summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/repr.pngbin8695 -> 10420 bytes
-rw-r--r--tests/typ/repr.typ8
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/repr.png b/tests/ref/repr.png
index 2e7755d3..54a1d240 100644
--- a/tests/ref/repr.png
+++ b/tests/ref/repr.png
Binary files differ
diff --git a/tests/typ/repr.typ b/tests/typ/repr.typ
index 666db428..6eead75e 100644
--- a/tests/typ/repr.typ
+++ b/tests/typ/repr.typ
@@ -48,3 +48,11 @@
---
// Templates.
{[*{"H" + "i"} there*]}
+
+---
+// Functions
+#let f(x) = x
+
+{box} \
+{f} \
+{() => none} \