diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-09 10:45:49 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-06-09 10:45:49 +0200 |
| commit | edff2ae6803928e59eae96e2f75cd62a7e24c76f (patch) | |
| tree | 7b7f3f546dac8f1639d4331948ea8227f925f2f8 /tests/typ/library/basic.typ | |
| parent | 5afb42ad89abb518a01a09051f0f9b6f75bd383e (diff) | |
Remove template pretty printing
Was buggy and pretty useless anyway since it couldn't peek into function templates.
Diffstat (limited to 'tests/typ/library/basic.typ')
| -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. |
