summaryrefslogtreecommitdiff
path: root/tests/typ/style/show-node.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-07 14:30:50 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-07 14:43:13 +0100
commit0a41844cc4e645e87fe48aa31ed3a4fd40a6ab11 (patch)
treec7cac97079491c8a11afae1211d7a80415fe64ef /tests/typ/style/show-node.typ
parentefd1853d069fbd1476e82d015da4d0d04cfaccc0 (diff)
Selectors
Diffstat (limited to 'tests/typ/style/show-node.typ')
-rw-r--r--tests/typ/style/show-node.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/style/show-node.typ b/tests/typ/style/show-node.typ
index 56b7e34a..e552038d 100644
--- a/tests/typ/style/show-node.typ
+++ b/tests/typ/style/show-node.typ
@@ -94,7 +94,7 @@ Another text.
= Heading
---
-// Error: 7-10 expected function, string or regular expression, found color
+// Error: 7-10 expected selector, found color
#show red: []
---