mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
minor: fix syntax tree pretty print test
This case needs to be adjusted for the escaping added in 38e8382b
This commit is contained in:
parent
e0bccd2c58
commit
4817bfa003
1 changed files with 2 additions and 2 deletions
|
@ -2981,8 +2981,8 @@ mod test {
|
||||||
" (macro_invocation\n",
|
" (macro_invocation\n",
|
||||||
" macro: (identifier) \"!\"\n",
|
" macro: (identifier) \"!\"\n",
|
||||||
" (token_tree \"(\"\n",
|
" (token_tree \"(\"\n",
|
||||||
" (string_literal \"\"\"\n",
|
" (string_literal \"\\\"\"\n",
|
||||||
" (string_content) \"\"\") \")\")) \";\") \"}\"))",
|
" (string_content) \"\\\"\") \")\")) \";\") \"}\"))",
|
||||||
),
|
),
|
||||||
0,
|
0,
|
||||||
source.len(),
|
source.len(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue