summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/if.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/if.typ')
-rw-r--r--tests/typ/compiler/if.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/if.typ b/tests/typ/compiler/if.typ
index f278234b..1d2ed88b 100644
--- a/tests/typ/compiler/if.typ
+++ b/tests/typ/compiler/if.typ
@@ -41,8 +41,8 @@
// Content block can be argument or body depending on whitespace.
#{
- if "content" == type[b] [Fi] else [Nope]
- if "content" == type [Nope] else [ve.]
+ if content == type[b] [Fi] else [Nope]
+ if content == type [Nope] else [ve.]
}
#let i = 3