summaryrefslogtreecommitdiff
path: root/tests/typ/code/closure.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-07-31 22:41:06 +0200
committerLaurenz <laurmaedje@gmail.com>2021-07-31 22:41:06 +0200
commitfbd3d191137aac8188ab8c6503d257d65d873972 (patch)
tree60bc7039d226b1515dec19c6c8dc5a3306452cc7 /tests/typ/code/closure.typ
parente35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d (diff)
Call args span now includes parens
Diffstat (limited to 'tests/typ/code/closure.typ')
-rw-r--r--tests/typ/code/closure.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/closure.typ b/tests/typ/code/closure.typ
index dcd35586..1bc369e9 100644
--- a/tests/typ/code/closure.typ
+++ b/tests/typ/code/closure.typ
@@ -71,7 +71,7 @@
let types(x, y) = "[" + type(x) + ", " + type(y) + "]"
test(types(14%, 12pt), "[relative, length]")
- // Error: 14-20 missing argument: y
+ // Error: 13-21 missing argument: y
test(types("nope"), "[string, none]")
}