From bca035172c463e6ac4aaf2591d7d4af2da51c522 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 18 Jun 2021 11:59:05 +0200 Subject: Join semantics --- tests/typ/code/block-invalid.typ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/block-invalid.typ') diff --git a/tests/typ/code/block-invalid.typ b/tests/typ/code/block-invalid.typ index d98bf06b..ba3f02d3 100644 --- a/tests/typ/code/block-invalid.typ +++ b/tests/typ/code/block-invalid.typ @@ -7,8 +7,9 @@ {1u} // Should output `1`. -// Error: 3 expected semicolon or line break -{0 1} +// Error: 2:3 expected semicolon or line break +// Error: 1:4-1:5 cannot join integer with integer +{1 2} // Should output `2`. // Error: 2:12 expected semicolon or line break -- cgit v1.2.3