summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/show-node.typ
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-04-12 12:47:51 +0200
committerGitHub <noreply@github.com>2023-04-12 12:47:51 +0200
commit1198e0cd385737efc38dbd8ba13db802a68e0dc7 (patch)
treead15c6173f196cc6df30faca1e94bac2aa400894 /tests/typ/compiler/show-node.typ
parentfe2640c55268f167d8749f77b37e52b7b17f21dd (diff)
Selector rework (#640)
Diffstat (limited to 'tests/typ/compiler/show-node.typ')
-rw-r--r--tests/typ/compiler/show-node.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/show-node.typ b/tests/typ/compiler/show-node.typ
index 99a4364e..42aee506 100644
--- a/tests/typ/compiler/show-node.typ
+++ b/tests/typ/compiler/show-node.typ
@@ -96,7 +96,7 @@ Hey
= Heading
---
-// Error: 7-10 expected function, label, string, regular expression, or selector, found color
+// Error: 7-10 expected function, label, string, regular expression, location, or selector, found color
#show red: []
---