From 551ea99d05166b0be50792f767ddd38b996e32fa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 May 2023 14:41:46 +0200 Subject: Show default values in documentation Fixes #169 Fixes #1102 --- tests/typ/compiler/for.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ') diff --git a/tests/typ/compiler/for.typ b/tests/typ/compiler/for.typ index f525215f..72aaea20 100644 --- a/tests/typ/compiler/for.typ +++ b/tests/typ/compiler/for.typ @@ -8,7 +8,7 @@ #for x in () [Nope] // Dictionary is traversed in insertion order. -// Should output `Age: 2. Name: Typst.`. +// Should output `Name: Typst. Age: 2.`. #for (k, v) in (Name: "Typst", Age: 2) [ #k: #v. ] -- cgit v1.2.3