From 2818ceee44a523308d83643b8d2f921b4a5e5d2e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 30 Sep 2021 22:46:03 +0200 Subject: New default fonts --- tests/typ/code/for.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/for.typ') diff --git a/tests/typ/code/for.typ b/tests/typ/code/for.typ index 0785be71..63dab9b8 100644 --- a/tests/typ/code/for.typ +++ b/tests/typ/code/for.typ @@ -14,10 +14,10 @@ ] // Block body. -// Should output `[1st, 2nd, 3rd, 4th, 5th]`. +// Should output `[1st, 2nd, 3rd, 4th]`. { "[" - for v in (1, 2, 3, 4, 5) { + for v in (1, 2, 3, 4) { if v > 1 [, ] [#v] if v == 1 [st] -- cgit v1.2.3