summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2024-04-02 14:47:56 +0200
committerGitHub <noreply@github.com>2024-04-02 12:47:56 +0000
commitc4001662b686b0d52e99aa0b72a5b82af6f862fd (patch)
treeb3d809b250a2ae8b9bd297f6282745819698266a /tests
parent29af23663d5614f4a66e3b895440dc2048f74a66 (diff)
Improve `repr` for `SequenceElem` (#3584)
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/compiler/repr.pngbin32579 -> 55418 bytes
-rw-r--r--tests/typ/compiler/repr.typ4
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/ref/compiler/repr.png b/tests/ref/compiler/repr.png
index 3b1a571e..105b6c80 100644
--- a/tests/ref/compiler/repr.png
+++ b/tests/ref/compiler/repr.png
Binary files differ
diff --git a/tests/typ/compiler/repr.typ b/tests/typ/compiler/repr.typ
index 0cdd4bcf..5aaf5710 100644
--- a/tests/typ/compiler/repr.typ
+++ b/tests/typ/compiler/repr.typ
@@ -39,7 +39,9 @@
#repr("a\n[]\"\u{1F680}string")
// Content.
-#raw(lang: "typc", repr[*Hey*])
+#raw(lang: "typc", repr[*Hey*]) \
+#raw(lang: "typc", repr[A _sequence_]) \
+#raw(lang: "typc", repr[A _longer_ *sequence*!])
// Functions.
#let f(x) = x