diff options
Diffstat (limited to 'tests/typ/compiler/string.typ')
| -rw-r--r-- | tests/typ/compiler/string.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/string.typ b/tests/typ/compiler/string.typ index ddd0f7ff..9a4b4146 100644 --- a/tests/typ/compiler/string.typ +++ b/tests/typ/compiler/string.typ @@ -204,5 +204,5 @@ #test("a123c".split(regex("\d+")), ("a", "c")) --- -// Error: 2:1 expected quote +// Error: 2-2:1 unclosed string #"hello\" |
