diff options
Diffstat (limited to 'tests/typ/code/repr.typ')
| -rw-r--r-- | tests/typ/code/repr.typ | 10 |
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} |
