From edff2ae6803928e59eae96e2f75cd62a7e24c76f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Jun 2021 10:45:49 +0200 Subject: Remove template pretty printing Was buggy and pretty useless anyway since it couldn't peek into function templates. --- tests/typ/library/basic.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/library/basic.typ') 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 []]") +#test(repr((1, 2, false, )), "(1, 2, false)") --- // Check the output. -- cgit v1.2.3