summaryrefslogtreecommitdiff
path: root/tests/typ/code/call.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/call.typ')
-rw-r--r--tests/typ/code/call.typ1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ
index 55471774..5b8b5b05 100644
--- a/tests/typ/code/call.typ
+++ b/tests/typ/code/call.typ
@@ -13,7 +13,6 @@
#f(1)[2](3)
// Don't parse this as a function.
-// Should output `<function test> (it)`.
#test (it)
#let f(body) = body