Skip to content

Commit 3f728f2

Browse files
updated test
1 parent 4f4deca commit 3f728f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/selectionTypes/changeEveryShortPaintPairParen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ initialState:
2222
start: {line: 0, character: 3}
2323
end: {line: 0, character: 4}
2424
finalState:
25-
documentContents: foo( )
25+
documentContents: " "
2626
selections:
27-
- anchor: {line: 0, character: 4}
28-
active: {line: 0, character: 4}
29-
- anchor: {line: 0, character: 5}
30-
active: {line: 0, character: 5}
27+
- anchor: {line: 0, character: 0}
28+
active: {line: 0, character: 0}
29+
- anchor: {line: 0, character: 1}
30+
active: {line: 0, character: 1}
3131
fullTargets: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: (}, modifiers: [{type: everyScope, scopeType: {type: boundedNonWhitespaceSequence}}, {type: containingScope, scopeType: {type: surroundingPair, delimiter: any}}]}]

0 commit comments

Comments
 (0)