diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2023-03-28 17:04:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-28 17:04:27 +0200 |
| commit | e13fc04c3e973da60d5f4e9cc6fc38105cd2ddf9 (patch) | |
| tree | d554639e2747f790608c64c14f206e996e550c73 /tests/typ | |
| parent | d1ff94a3b59b5642c549b1141853e0ffbe842185 (diff) | |
Fix parsing of language in single-tick raw literals (#401)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/raw.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/text/raw.typ b/tests/typ/text/raw.typ index ecc81154..1040151c 100644 --- a/tests/typ/text/raw.typ +++ b/tests/typ/text/raw.typ @@ -38,6 +38,10 @@ The keyword ```rust let```. (``` trimmed```) \ --- +// Single ticks should not have a language. +`rust let` + +--- // First line is not dedented and leading space is still possible. ``` A B |
