summaryrefslogtreecommitdiff
path: root/tests/typ/code/dict.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-05-03 16:43:44 +0200
committerLaurenz <laurmaedje@gmail.com>2022-05-03 16:43:44 +0200
commite18a896a93cae987aa30addd40e678bf0064fd31 (patch)
tree5371e7d502258fa99414d89969f3b97f438257e3 /tests/typ/code/dict.typ
parentd59109e8fffa1d0b03234329e12f5d3e578804e8 (diff)
Test recursive show rules
Diffstat (limited to 'tests/typ/code/dict.typ')
-rw-r--r--tests/typ/code/dict.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/dict.typ b/tests/typ/code/dict.typ
index aa840eb3..23af145f 100644
--- a/tests/typ/code/dict.typ
+++ b/tests/typ/code/dict.typ
@@ -23,7 +23,7 @@
// Test rvalue missing key.
{
let dict = (a: 1, b: 2)
- // Error: 11-20 dictionary does not contain key: "c"
+ // Error: 11-20 dictionary does not contain key "c"
let x = dict("c")
}