We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6474a91 commit 9966278Copy full SHA for 9966278
data/fixtures/recorded/surroundingPair/textual/changePair2.yml
@@ -11,7 +11,7 @@ command:
11
scopeType: {type: surroundingPair, delimiter: any}
12
usePrePhraseSnapshot: true
13
initialState:
14
- documentContents: "[1, \"]\", 2]"
+ documentContents: "[1, ']', 2]"
15
selections:
16
- anchor: {line: 0, character: 1}
17
active: {line: 0, character: 1}
data/fixtures/recorded/surroundingPair/textual/changePair3.yml
- documentContents: "`[1, ${\"]\"}, 3]`"
+ documentContents: "`[1, ${']'}, 3]`"
0 commit comments