File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/surroundingPair/parseTree/python Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ languageId : python
2
+ command :
3
+ version : 5
4
+ spokenForm : clear quad
5
+ action : {name: clearAndSetSelection}
6
+ targets :
7
+ - type : primitive
8
+ modifiers :
9
+ - type : containingScope
10
+ scopeType : {type: surroundingPair, delimiter: doubleQuotes}
11
+ usePrePhraseSnapshot : true
12
+ initialState :
13
+ documentContents : " \" 'hello'\" "
14
+ selections :
15
+ - anchor : {line: 0, character: 2}
16
+ active : {line: 0, character: 2}
17
+ marks : {}
18
+ finalState :
19
+ documentContents : " "
20
+ selections :
21
+ - anchor : {line: 0, character: 0}
22
+ active : {line: 0, character: 0}
Original file line number Diff line number Diff line change
1
+ languageId : python
2
+ command :
3
+ version : 5
4
+ spokenForm : clear twin
5
+ action : {name: clearAndSetSelection}
6
+ targets :
7
+ - type : primitive
8
+ modifiers :
9
+ - type : containingScope
10
+ scopeType : {type: surroundingPair, delimiter: singleQuotes}
11
+ usePrePhraseSnapshot : true
12
+ initialState :
13
+ documentContents : " \" 'hello'\" "
14
+ selections :
15
+ - anchor : {line: 0, character: 2}
16
+ active : {line: 0, character: 2}
17
+ marks : {}
18
+ finalState :
19
+ documentContents : " \"\" "
20
+ selections :
21
+ - anchor : {line: 0, character: 1}
22
+ active : {line: 0, character: 1}
You can’t perform that action at this time.
0 commit comments