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 b4c8b62 commit 4663d2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ command:
scopeType: {type: surroundingPair, delimiter: any}
usePrePhraseSnapshot: true
initialState:
documentContents: "[1, 2, \"]\", 3];"
documentContents: "[1, \"]\", 2]"
selections:
- anchor: {line: 0, character: 1}
active: {line: 0, character: 1}
marks: {}
finalState:
documentContents: ;
documentContents: ""
selections:
- anchor: {line: 0, character: 0}
active: {line: 0, character: 0}

0 comments on commit 4663d2a

Please sign in to comment.