diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-03 15:58:15 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-03 15:58:15 +0200 |
| commit | d59109e8fffa1d0b03234329e12f5d3e578804e8 (patch) | |
| tree | fe7453da6f2ae327993e5ca6436ddc6a448a2c41 /tests/typ/code | |
| parent | f77f1f61bf05ae506689be3c40252c5807276280 (diff) | |
Support recursive show rules
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/field.typ | 2 |
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} --- |
