summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/foundations/type.typ6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/foundations/type.typ b/tests/suite/foundations/type.typ
index f2a98845..6ab4be4f 100644
--- a/tests/suite/foundations/type.typ
+++ b/tests/suite/foundations/type.typ
@@ -23,3 +23,9 @@
--- issue-3110-associated-function ---
// Error: 6-18 type string does not contain field `from-unĂ¯code`
#str.from-unĂ¯code(97)
+
+--- issue-2747-repr-auto-none ---
+#test(repr(none), "none")
+#test(repr(auto), "auto")
+#test(repr(type(none)), "type(none)")
+#test(repr(type(auto)), "type(auto)")