summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-21 16:49:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-21 17:11:40 +0100
commitc28d2130ddda3ae9b25cc16c3015087990ccb6e9 (patch)
tree71954529366fd10bbaa42b945eccd9cacba5964f /tests/typ/code
parent1d7e082d1d83d4c7e454a2d08258794d716aea1a (diff)
Don't display functions
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/repr.typ10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/code/repr.typ b/tests/typ/code/repr.typ
index 4d7a6cd5..bdea9c82 100644
--- a/tests/typ/code/repr.typ
+++ b/tests/typ/code/repr.typ
@@ -40,9 +40,9 @@
#raw(repr[*{"H" + "i"} there*])
---
-// Functions
+// Functions are invisible.
+Nothing
#let f(x) = x
-
-{f} \
-{rect} \
-{() => none} \
+{f}
+{rect}
+{() => none}