diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-04-02 14:47:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 12:47:56 +0000 |
| commit | c4001662b686b0d52e99aa0b72a5b82af6f862fd (patch) | |
| tree | b3d809b250a2ae8b9bd297f6282745819698266a /tests/typ/compiler | |
| parent | 29af23663d5614f4a66e3b895440dc2048f74a66 (diff) | |
Improve `repr` for `SequenceElem` (#3584)
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/repr.typ | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
