diff options
| author | Martin Haug <mhaug@live.de> | 2021-10-31 15:01:39 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-11-05 13:44:49 +0100 |
| commit | 1c0ac793d2b9c403f1a8fa60a3748f4ff8623acb (patch) | |
| tree | a101236a3e7b8e3407fa9bfc5e8df739e21ab942 /tests/typ | |
| parent | 84d35efee38d137a77e368c50421ac24327371c6 (diff) | |
Slim `NodeKind` memory footprint
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/markup/raw.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/markup/raw.typ b/tests/typ/markup/raw.typ index d48432f7..0e053a9b 100644 --- a/tests/typ/markup/raw.typ +++ b/tests/typ/markup/raw.typ @@ -55,5 +55,5 @@ The keyword ```rust let```. --- // Unterminated. -// Error: 2:1 expected backtick(s) +// Error: 2:1 expected 1 backtick `endless |
