From 2f44d10aa4209b226cfc3d0f8f2c8516005edf6a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 29 Jun 2021 16:05:05 +0200 Subject: Make test separators commentable --- tests/typ/code/block-invalid.typ | 2 +- tests/typ/code/call-invalid.typ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code') diff --git a/tests/typ/code/block-invalid.typ b/tests/typ/code/block-invalid.typ index ba3f02d3..7116e86a 100644 --- a/tests/typ/code/block-invalid.typ +++ b/tests/typ/code/block-invalid.typ @@ -29,7 +29,7 @@ --- // Ref: false -// Error: 3:1 expected closing brace +// Error: 2:1 expected closing brace { --- diff --git a/tests/typ/code/call-invalid.typ b/tests/typ/code/call-invalid.typ index f5a5adc3..34aa092d 100644 --- a/tests/typ/code/call-invalid.typ +++ b/tests/typ/code/call-invalid.typ @@ -26,7 +26,7 @@ // Error: 1-3 expected function, found string #x() -// Error: 3:1 expected closing bracket +// Error: 2:1 expected closing bracket #args[`a]` --- -- cgit v1.2.3