summaryrefslogtreecommitdiff
path: root/tests/typ/code/dict.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-09 10:45:49 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-09 10:45:49 +0200
commitedff2ae6803928e59eae96e2f75cd62a7e24c76f (patch)
tree7b7f3f546dac8f1639d4331948ea8227f925f2f8 /tests/typ/code/dict.typ
parent5afb42ad89abb518a01a09051f0f9b6f75bd383e (diff)
Remove template pretty printing
Was buggy and pretty useless anyway since it couldn't peek into function templates.
Diffstat (limited to 'tests/typ/code/dict.typ')
-rw-r--r--tests/typ/code/dict.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/dict.typ b/tests/typ/code/dict.typ
index 655a3299..b2fd3566 100644
--- a/tests/typ/code/dict.typ
+++ b/tests/typ/code/dict.typ
@@ -17,4 +17,4 @@
// Error: 3:5 expected comma
// Error: 2:12-2:16 expected identifier
// Error: 1:17-1:18 expected expression, found colon
-{(:1 b:[], true::)}
+{(:1 b:"", true::)}