Skip to content

Commit 4b8c76d

Browse files
committed
Upgrade tests
1 parent c540ec4 commit 4b8c76d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/test/suite/fixtures/recorded/tutorial/basics/takeBlueSun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
languageId: plaintext
22
command:
3-
version: 0
3+
version: 1
44
spokenForm: take blue sun
55
action: setSelection
66
targets:
77
- type: primitive
8-
mark: {type: decoratedSymbol, symbolColor: blue, character: s, usePrePhraseSnapshot: true}
8+
mark: {type: decoratedSymbol, symbolColor: blue, character: s}
99
initialState:
1010
documentContents: |-
1111
==================================================

src/test/suite/fixtures/recorded/tutorial/basics/takeEachPastKick.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
languageId: plaintext
22
command:
3-
version: 0
3+
version: 1
44
spokenForm: take each past kick
55
action: setSelection
66
targets:
77
- type: range
88
start:
99
type: primitive
10-
mark: {type: decoratedSymbol, symbolColor: default, character: e, usePrePhraseSnapshot: true}
10+
mark: {type: decoratedSymbol, symbolColor: default, character: e}
1111
end:
1212
type: primitive
13-
mark: {type: decoratedSymbol, symbolColor: default, character: k, usePrePhraseSnapshot: true}
13+
mark: {type: decoratedSymbol, symbolColor: default, character: k}
1414
excludeStart: false
1515
excludeEnd: false
1616
initialState:

src/test/suite/fixtures/recorded/tutorial/basics/takeWhale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
languageId: plaintext
22
command:
3-
version: 0
3+
version: 1
44
spokenForm: take whale
55
action: setSelection
66
targets:
77
- type: primitive
8-
mark: {type: decoratedSymbol, symbolColor: default, character: w, usePrePhraseSnapshot: true}
8+
mark: {type: decoratedSymbol, symbolColor: default, character: w}
99
initialState:
1010
documentContents: |-
1111
==================================================

0 commit comments

Comments
 (0)