summaryrefslogtreecommitdiff
path: root/tests/typ/style/show-node.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/style/show-node.typ')
-rw-r--r--tests/typ/style/show-node.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/style/show-node.typ b/tests/typ/style/show-node.typ
index 07c30f19..d0586c9d 100644
--- a/tests/typ/style/show-node.typ
+++ b/tests/typ/style/show-node.typ
@@ -49,8 +49,8 @@ Some more text.
Another text.
---
-// Error: 18-22 expected content, found string
-#show heading as "hi"
+// Error: 18-22 expected content, found integer
+#show heading as 1234
= Heading
---