summaryrefslogtreecommitdiff
path: root/tests/typ/code
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-05-03 15:58:15 +0200
committerLaurenz <laurmaedje@gmail.com>2022-05-03 15:58:15 +0200
commitd59109e8fffa1d0b03234329e12f5d3e578804e8 (patch)
treefe7453da6f2ae327993e5ca6436ddc6a448a2c41 /tests/typ/code
parentf77f1f61bf05ae506689be3c40252c5807276280 (diff)
Support recursive show rules
Diffstat (limited to 'tests/typ/code')
-rw-r--r--tests/typ/code/field.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/field.typ b/tests/typ/code/field.typ
index b30d72e0..ff1dad9e 100644
--- a/tests/typ/code/field.typ
+++ b/tests/typ/code/field.typ
@@ -12,7 +12,7 @@
}
---
-// Error: 2-13 dictionary does not contain key: "invalid"
+// Error: 6-13 dictionary does not contain key: "invalid"
{(:).invalid}
---