summaryrefslogtreecommitdiff
path: root/tests/suite/scripting/import.typ
diff options
context:
space:
mode:
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 ---