summaryrefslogtreecommitdiff
path: root/tests/lang/typ/comment.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 23:07:28 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-18 15:06:00 +0100
commit84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch)
tree4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/lang/typ/comment.typ
parente143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff)
Refresh parser 🌊
Diffstat (limited to 'tests/lang/typ/comment.typ')
-rw-r--r--tests/lang/typ/comment.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/comment.typ b/tests/lang/typ/comment.typ
index e5892453..25180211 100644
--- a/tests/lang/typ/comment.typ
+++ b/tests/lang/typ/comment.typ
@@ -11,7 +11,7 @@ C/*
*/D
// Works in code.
-#test(type /*1*/ (1) //
+#test(type(/*1*/ 1) //
, "integer")
---