Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 26, 2024
1 parent 6474a91 commit 9966278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ command:
scopeType: {type: surroundingPair, delimiter: any}
usePrePhraseSnapshot: true
initialState:
documentContents: "[1, \"]\", 2]"
documentContents: "[1, ']', 2]"
selections:
- anchor: {line: 0, character: 1}
active: {line: 0, character: 1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ command:
scopeType: {type: surroundingPair, delimiter: any}
usePrePhraseSnapshot: true
initialState:
documentContents: "`[1, ${\"]\"}, 3]`"
documentContents: "`[1, ${']'}, 3]`"
selections:
- anchor: {line: 0, character: 1}
active: {line: 0, character: 1}
Expand Down

0 comments on commit 9966278

Please sign in to comment.