diff options
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/array.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/repr.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/array.typ b/tests/typ/code/array.typ index c9383501..002a792a 100644 --- a/tests/typ/code/array.typ +++ b/tests/typ/code/array.typ @@ -15,7 +15,7 @@ // Multiple lines and items and trailing comma. {("1" - , #002 + , rgb("002") ,)} // Error: 3 expected closing paren diff --git a/tests/typ/code/repr.typ b/tests/typ/code/repr.typ index eacbf8e8..3da86bf8 100644 --- a/tests/typ/code/repr.typ +++ b/tests/typ/code/repr.typ @@ -34,7 +34,7 @@ --- // Colors. -{#f7a20500} +#rgb("f7a20500") --- // Strings and escaping. |
