summaryrefslogtreecommitdiff
path: root/tests/typ/code/comment.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-07-09 10:50:25 +0200
committerLaurenz <laurmaedje@gmail.com>2021-07-09 10:50:25 +0200
commit9950627789358b4d46c7fd8ba20d1428aee7bf01 (patch)
tree9cad73f1f7abe6b6768575776d0c3cd1af8c6c33 /tests/typ/code/comment.typ
parent4fb58acafde3ca7020a980bd1e0a3585a47ca4f0 (diff)
Even shorter error annotations
Error annotations are now relative to the first following non-comment line.
Diffstat (limited to 'tests/typ/code/comment.typ')
-rw-r--r--tests/typ/code/comment.typ2
1 files changed, 1 insertions, 1 deletions
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.