diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-07 18:04:29 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-07 18:04:29 +0200 |
| commit | 4bb6240b401605ef6d905273db07545e14f9a21f (patch) | |
| tree | b01163a5fce3fe62d16abcbdabf37bc373617ff1 /tests | |
| parent | 1192132dc0a9e991953fd29e93f87c8437a53ea0 (diff) | |
Make `Relative` generic
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/utility/color.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/utility/color.typ b/tests/typ/utility/color.typ index fd60982f..81b67ae9 100644 --- a/tests/typ/utility/color.typ +++ b/tests/typ/utility/color.typ @@ -20,7 +20,7 @@ #test(rgb(-30, 15, 50)) --- -// Error: 6-11 invalid hex string +// Error: 6-11 string contains non-hexadecimal letters #rgb("lol") --- |
