summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2023-03-28 17:04:27 +0200
committerGitHub <noreply@github.com>2023-03-28 17:04:27 +0200
commite13fc04c3e973da60d5f4e9cc6fc38105cd2ddf9 (patch)
treed554639e2747f790608c64c14f206e996e550c73 /tests/typ/text
parentd1ff94a3b59b5642c549b1141853e0ffbe842185 (diff)
Fix parsing of language in single-tick raw literals (#401)
Diffstat (limited to 'tests/typ/text')
-rw-r--r--tests/typ/text/raw.typ4
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