summaryrefslogtreecommitdiff
path: root/tests/typ/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-09-30 18:28:25 +0200
committerLaurenz <laurmaedje@gmail.com>2021-09-30 18:28:25 +0200
commit9e9550262232158328ed7ccb2b620674e5015efc (patch)
tree810a8898d218452855969be74456a1fdefdb27b2 /tests/typ/text
parent989d344d3dc2e08ec2ed5025b202e464a5b29d2c (diff)
No hashtag before else anymore
Diffstat (limited to 'tests/typ/text')
-rw-r--r--tests/typ/text/whitespace.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/whitespace.typ b/tests/typ/text/whitespace.typ
index 7d5b1a68..aefdab34 100644
--- a/tests/typ/text/whitespace.typ
+++ b/tests/typ/text/whitespace.typ
@@ -12,8 +12,8 @@ A#if true [B]C \
A#if true [B] C \
A #if true{"B"}C \
A #if true{"B"} C \
-A#if false [] #else [B]C \
-A#if true [B] #else [] C
+A#if false [] else [B]C \
+A#if true [B] else [] C
---
// Spacing around while loop.