summaryrefslogtreecommitdiff
path: root/tests/lang/typ/let-value.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 21:30:20 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-17 21:30:20 +0100
commit2f4dc99cec1c6fa33257dea91ab3bcd99b1cbdf5 (patch)
treeeb983e54bac5ae226474bd8c5d6a29006b00ff12 /tests/lang/typ/let-value.typ
parentdb1659a987cd240b78e45666617248d3d0cc7d64 (diff)
Refresh tests 🌊
Diffstat (limited to 'tests/lang/typ/let-value.typ')
-rw-r--r--tests/lang/typ/let-value.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/typ/let-value.typ b/tests/lang/typ/let-value.typ
index 12e1ba78..700d337d 100644
--- a/tests/lang/typ/let-value.typ
+++ b/tests/lang/typ/let-value.typ
@@ -4,8 +4,8 @@
---
// Automatically initialized with none.
#let x
-#[test x, none]
+#test(x, none)
// Manually initialized with one.
#let x = 1
-#[test x, 1]
+#test(x, 1)