summaryrefslogtreecommitdiff
path: root/tests/lang/typ/array.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-18 14:17:20 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-18 15:06:13 +0100
commited81049ddc8fcef3ddf6f6f69d95bb52512bf698 (patch)
tree5ee2e955b4fa50bc536d215577a0321c9b4c6617 /tests/lang/typ/array.typ
parentcc964e32c993e9446896f8a75731783108866ce8 (diff)
Show repr in monospace 📏
Diffstat (limited to 'tests/lang/typ/array.typ')
-rw-r--r--tests/lang/typ/array.typ5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lang/typ/array.typ b/tests/lang/typ/array.typ
index b17b722c..c9383501 100644
--- a/tests/lang/typ/array.typ
+++ b/tests/lang/typ/array.typ
@@ -14,9 +14,8 @@
{(true, false)}
// Multiple lines and items and trailing comma.
-{("one"
- , 2
- , #003
+{("1"
+ , #002
,)}
// Error: 3 expected closing paren