diff options
Diffstat (limited to 'tests/typ/library')
| -rw-r--r-- | tests/typ/library/basic.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/library/basic.typ b/tests/typ/library/basic.typ index dab0fc17..a6aa71af 100644 --- a/tests/typ/library/basic.typ +++ b/tests/typ/library/basic.typ @@ -3,7 +3,7 @@ --- #test(type("hi"), "string") -#test(repr([Hi #rect[there]]), "[Hi [<node rect>]]") +#test(repr((1, 2, false, )), "(1, 2, false)") --- // Check the output. |
