summaryrefslogtreecommitdiff
path: root/tests/suite/scripting/import.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/scripting/import.typ
parentdb71a178bef7f1525d732a190ac75a1a6d56f24b (diff)
Shrink tests (#4967)
Diffstat (limited to 'tests/suite/scripting/import.typ')
-rw-r--r--tests/suite/scripting/import.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/scripting/import.typ b/tests/suite/scripting/import.typ
index 8e2bc4b5..95214db7 100644
--- a/tests/suite/scripting/import.typ
+++ b/tests/suite/scripting/import.typ
@@ -52,7 +52,7 @@
#import "module.typ": chap2, chap2.name, chap2.chap1, chap2.chap1.name as othername
#test(chap2, orig-chap2)
#test(chap1, orig-chap1)
-#test(name, "Klaus")
+#test(name, "Peter")
#test(othername, "Klaus")
--- import-items-parenthesized ---