From 9950627789358b4d46c7fd8ba20d1428aee7bf01 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 9 Jul 2021 10:50:25 +0200 Subject: Even shorter error annotations Error annotations are now relative to the first following non-comment line. --- tests/typ/code/comment.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/comment.typ') diff --git a/tests/typ/code/comment.typ b/tests/typ/code/comment.typ index 694600d6..407bebd4 100644 --- a/tests/typ/code/comment.typ +++ b/tests/typ/code/comment.typ @@ -21,7 +21,7 @@ https:/* block comments don't ... */ --- // End should not appear without start. -// Error: 1:7-1:9 unexpected end of block comment +// Error: 7-9 unexpected end of block comment /* */ */ // Unterminated is okay. -- cgit v1.2.3