diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-10 20:47:23 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-10 21:19:50 +0100 |
| commit | a9fdff244aef859449a76e5f762ee7c343a8ddcc (patch) | |
| tree | 172b543183296b4bc30b3008650f594688467914 /tests/typ/compiler/field.typ | |
| parent | 62f35602a87574dcc607f1637aeae1be574981ff (diff) | |
Expose content representation more
Diffstat (limited to 'tests/typ/compiler/field.typ')
| -rw-r--r-- | tests/typ/compiler/field.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/field.typ b/tests/typ/compiler/field.typ index 27b31f7d..342ae75b 100644 --- a/tests/typ/compiler/field.typ +++ b/tests/typ/compiler/field.typ @@ -31,7 +31,7 @@ #false.ok --- -// Error: 29-32 unknown field `fun` +// Error: 29-32 content does not contain field "fun" #show heading: node => node.fun = A |
