From fbd3d191137aac8188ab8c6503d257d65d873972 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 31 Jul 2021 22:41:06 +0200 Subject: Call args span now includes parens --- tests/typ/code/closure.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code') 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]") } -- cgit v1.2.3