diff options
Diffstat (limited to 'tests/typ/compiler/for.typ')
| -rw-r--r-- | tests/typ/compiler/for.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/for.typ b/tests/typ/compiler/for.typ index b2a2287d..64b5a1d4 100644 --- a/tests/typ/compiler/for.typ +++ b/tests/typ/compiler/for.typ @@ -76,7 +76,7 @@ // Return value. #test(for v in "" [], none) -#test(type(for v in "1" []), "content") +#test(type(for v in "1" []), content) --- // Uniterable expression. |
