summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/break-continue.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-12 20:23:52 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-12 20:25:24 +0100
commit7b2cdb9d95331bba87f9ae54c71b7103a10faf1c (patch)
tree8b0581fd14849e6a6ceaa9527ed8534e05d2b695 /tests/typ/compiler/break-continue.typ
parent77c29b36d4e8706163c8d52359577e403a15a1ae (diff)
Require colon in show rule
Diffstat (limited to 'tests/typ/compiler/break-continue.typ')
-rw-r--r--tests/typ/compiler/break-continue.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/break-continue.typ b/tests/typ/compiler/break-continue.typ
index e1041551..d4bd01e3 100644
--- a/tests/typ/compiler/break-continue.typ
+++ b/tests/typ/compiler/break-continue.typ
@@ -116,7 +116,7 @@
// Everything should be in smallcaps.
#for color in (red, blue, green, yellow) [
#set text("Roboto")
- #show it => text(fill: color, it)
+ #show: it => text(fill: color, it)
#smallcaps(if color != green [
Some
] else [