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 ++-- tests/typ/code/include.typ | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/typ/code') 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] diff --git a/tests/typ/code/include.typ b/tests/typ/code/include.typ index 8a9d0a30..83e00384 100644 --- a/tests/typ/code/include.typ +++ b/tests/typ/code/include.typ @@ -1,6 +1,8 @@ // Test include statements. --- +#page(width: 200pt) + = Document // Include a file -- cgit v1.2.3