diff --git a/data/fixtures/recorded/surroundingPair/textual/changePair2.yml b/data/fixtures/recorded/surroundingPair/textual/changePair2.yml index 5d699c045a..efe2c1e421 100644 --- a/data/fixtures/recorded/surroundingPair/textual/changePair2.yml +++ b/data/fixtures/recorded/surroundingPair/textual/changePair2.yml @@ -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} diff --git a/data/fixtures/recorded/surroundingPair/textual/changePair3.yml b/data/fixtures/recorded/surroundingPair/textual/changePair3.yml index 4c900af99e..6615e2530c 100644 --- a/data/fixtures/recorded/surroundingPair/textual/changePair3.yml +++ b/data/fixtures/recorded/surroundingPair/textual/changePair3.yml @@ -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}