summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-17 16:41:21 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-17 16:41:21 +0100
commitc1637054a439b4605a7d55adfd49077837117316 (patch)
tree70f7b0649b1d845f54ca90a185d81d3f5fa5ea30 /tests
parent028632a3a10202ee21eaaf7ecf13ca7fe331106e (diff)
Fix semicolon parsing
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/text/space.pngbin5941 -> 6794 bytes
-rw-r--r--tests/typ/text/space.typ4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/text/space.png b/tests/ref/text/space.png
index 09efda70..cfbf886d 100644
--- a/tests/ref/text/space.png
+++ b/tests/ref/text/space.png
Binary files differ
diff --git a/tests/typ/text/space.typ b/tests/typ/text/space.typ
index 21ee3572..b95da872 100644
--- a/tests/typ/text/space.typ
+++ b/tests/typ/text/space.typ
@@ -10,6 +10,10 @@ K #if true [L] else []M \
#let c = true; N#while c [#(c = false)O] P \
#let c = true; Q #while c { c = false; "R" } S \
T#for _ in (none,) {"U"}V
+#let foo = "A" ; \
+#foo;B \
+#foo; B \
+#foo ;B
---
// Test spacing with comments.