summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-07 18:04:29 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-07 18:04:29 +0200
commit4bb6240b401605ef6d905273db07545e14f9a21f (patch)
treeb01163a5fce3fe62d16abcbdabf37bc373617ff1 /tests
parent1192132dc0a9e991953fd29e93f87c8437a53ea0 (diff)
Make `Relative` generic
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/utility/color.typ2
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")
---