minor: fix syntax tree pretty print test

This case needs to be adjusted for the escaping added in 38e8382b
This commit is contained in:
Michael Davis 2025-01-02 15:43:51 -05:00
parent e0bccd2c58
commit 4817bfa003
No known key found for this signature in database

View file

@ -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(),