diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-20 14:05:35 +0100 |
| commit | dd331f007cb9c9968605f8d3eaef8fb498c21322 (patch) | |
| tree | f1b1490758ec53fd204724a325158d16c980d131 /tests/typ/text/emphasis.typ | |
| parent | 40561e57fbbc68becac07acd54a34f94f591f277 (diff) | |
Rewrite parser
Diffstat (limited to 'tests/typ/text/emphasis.typ')
| -rw-r--r-- | tests/typ/text/emphasis.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/text/emphasis.typ b/tests/typ/text/emphasis.typ index 27e3b977..f4570031 100644 --- a/tests/typ/text/emphasis.typ +++ b/tests/typ/text/emphasis.typ @@ -38,6 +38,6 @@ _Hello World --- -// Error: 1:12 expected star -// Error: 2:1 expected star -_Cannot *be_ interleaved* +// Error: 25 expected star +// Error: 25 expected underscore +[_Cannot *be interleaved] |
