Skip to content

Commit

Permalink
minor: fix syntax tree pretty print test
Browse files Browse the repository at this point in the history
This case needs to be adjusted for the escaping added in 38e8382
  • Loading branch information
the-mikedavis committed Jan 2, 2025
1 parent e0bccd2 commit 4817bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-core/src/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2981,8 +2981,8 @@ mod test {
" (macro_invocation\n",
" macro: (identifier) \"!\"\n",
" (token_tree \"(\"\n",
" (string_literal \"\"\"\n",
" (string_content) \"\"\") \")\")) \";\") \"}\"))",
" (string_literal \"\\\"\"\n",
" (string_content) \"\\\"\") \")\")) \";\") \"}\"))",
),
0,
source.len(),
Expand Down

0 comments on commit 4817bfa

Please sign in to comment.