summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-30 22:32:24 +0200
committerGitHub <noreply@github.com>2021-06-30 22:32:24 +0200
commit17e89468847735df10381c47c46c7d82d33cc463 (patch)
treeb0ce55f7d62aac399717aac3ab5a76c981c66f65 /tests/typ/code
parent911b5818344e85a58da9db895a333d22484b7ae7 (diff)
Remove color literals (#39)
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/array.typ2
-rw-r--r--tests/typ/code/repr.typ2
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.