diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/repr.typ | 8 |
1 files changed, 8 insertions, 0 deletions
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} \ |
