Skip to content

Commit 5026b89

Browse files
Added test
1 parent bacfe2a commit 5026b89

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
languageId: python
2+
command:
3+
version: 7
4+
spokenForm: change inside
5+
action:
6+
name: clearAndSetSelection
7+
target:
8+
type: primitive
9+
modifiers:
10+
- {type: interiorOnly}
11+
usePrePhraseSnapshot: false
12+
initialState:
13+
documentContents: |-
14+
def testing():
15+
pass
16+
selections:
17+
- anchor: {line: 0, character: 0}
18+
active: {line: 0, character: 0}
19+
marks: {}
20+
finalState:
21+
documentContents: |-
22+
def testing():
23+
24+
selections:
25+
- anchor: {line: 1, character: 4}
26+
active: {line: 1, character: 4}

0 commit comments

Comments
 (0)