From c81e2a5f56eb262663f292578c683fba7f18251f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 Jun 2022 23:16:40 +0200 Subject: Many fixes --- tests/typ/code/dict.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/dict.typ') diff --git a/tests/typ/code/dict.typ b/tests/typ/code/dict.typ index 344d8efc..d791f77b 100644 --- a/tests/typ/code/dict.typ +++ b/tests/typ/code/dict.typ @@ -8,11 +8,11 @@ {(:)} // Two pairs and string key. -#let dict = (normal: 1, "spaced key": 2) +#let dict = (normal: 1, "spacy key": 2) #dict #test(dict.normal, 1) -#test(dict("spaced key"), 2) +#test(dict("spacy key"), 2) --- // Test lvalue and rvalue access. -- cgit v1.2.3