diff options
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/space.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/space.typ b/tests/typ/text/space.typ index 51970a48..21ee3572 100644 --- a/tests/typ/text/space.typ +++ b/tests/typ/text/space.typ @@ -7,7 +7,7 @@ C #let x = 2;D #test(x, 2) \ E#if true [F]G \ H #if true{"I"} J \ K #if true [L] else []M \ -#let c = true; N#while c [#{c = false}O] P \ +#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 |
