diff options
Diffstat (limited to 'tests/suite/introspection/state.typ')
| -rw-r--r-- | tests/suite/introspection/state.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/introspection/state.typ b/tests/suite/introspection/state.typ index 208a4ea2..bb5f1a41 100644 --- a/tests/suite/introspection/state.typ +++ b/tests/suite/introspection/state.typ @@ -28,7 +28,7 @@ Was: #context { #set page(width: 200pt) #set text(8pt) -#let ls = state("lorem", lorem(1000).split(".")) +#let ls = state("lorem", lorem(30).split(" ")) #let loremum(count) = { context ls.get().slice(0, count).join(".").trim() + "." ls.update(list => list.slice(count)) |
