summaryrefslogtreecommitdiff
path: root/tests
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
parent1d7e082d1d83d4c7e454a2d08258794d716aea1a (diff)
Don't display functions
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/code/call.pngbin2624 -> 2337 bytes
-rw-r--r--tests/ref/code/repr.pngbin30668 -> 29799 bytes
-rw-r--r--tests/typ/code/repr.typ10
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/ref/code/call.png b/tests/ref/code/call.png
index eaf77ad6..f0f2e852 100644
--- a/tests/ref/code/call.png
+++ b/tests/ref/code/call.png
Binary files differ
diff --git a/tests/ref/code/repr.png b/tests/ref/code/repr.png
index b8beb09a..b81083f5 100644
--- a/tests/ref/code/repr.png
+++ b/tests/ref/code/repr.png
Binary files differ
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}