summaryrefslogtreecommitdiff
path: root/tests/suite/introspection/state.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-16 16:41:18 +0200
committerGitHub <noreply@github.com>2024-09-16 14:41:18 +0000
commit16e67f8bea7e6891e954420e2e005976fb48a528 (patch)
treeb1de8e17f184d10894447a602da1722a71dd23a9 /tests/suite/introspection/state.typ
parentdb71a178bef7f1525d732a190ac75a1a6d56f24b (diff)
Shrink tests (#4967)
Diffstat (limited to 'tests/suite/introspection/state.typ')
-rw-r--r--tests/suite/introspection/state.typ2
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))