summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/field.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-31 09:37:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-31 09:52:14 +0100
commit7c683db3673187260ef2fa84d779ff81cb05aba8 (patch)
tree5ecfe3845b528a7d5ec67dfc1c93eb0dee3fa951 /tests/typ/compiler/field.typ
parenta6d90c1bf1e9fefa0af04206909a40e112d6bb14 (diff)
Merge `MarkupNode` and `MathNode` into `Expr`
Diffstat (limited to 'tests/typ/compiler/field.typ')
-rw-r--r--tests/typ/compiler/field.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/field.typ b/tests/typ/compiler/field.typ
index abea87fb..1235c84e 100644
--- a/tests/typ/compiler/field.typ
+++ b/tests/typ/compiler/field.typ
@@ -27,7 +27,7 @@
{(:).invalid}
---
-// Error: 2-7 cannot access field on boolean
+// Error: 2-7 expected dictionary or content, found boolean
{false.ok}
---