From c28d2130ddda3ae9b25cc16c3015087990ccb6e9 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 21 Nov 2022 16:49:26 +0100 Subject: Don't display functions --- tests/typ/code/repr.typ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/typ/code') 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} -- cgit v1.2.3