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/raw.typ | |
| parent | 40561e57fbbc68becac07acd54a34f94f591f277 (diff) | |
Rewrite parser
Diffstat (limited to 'tests/typ/text/raw.typ')
| -rw-r--r-- | tests/typ/text/raw.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/text/raw.typ b/tests/typ/text/raw.typ index c17c8fec..96a23b66 100644 --- a/tests/typ/text/raw.typ +++ b/tests/typ/text/raw.typ @@ -41,7 +41,8 @@ The keyword ```rust let```. // First line is not dedented and leading space is still possible. ``` A B - C``` + C + ``` --- // Unterminated. |
