Skip to content

Commit 2071759

Browse files
Migrating tests
1 parent 0c6c9e0 commit 2071759

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+41
-1318
lines changed

data/fixtures/recorded/actions/snippets/customInsert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ command:
77
snippetDescription: {type: custom, body: 'dummy snippet hole1: ($hole1), hole2: ($hole2)'}
88
destination: {type: implicit}
99
usePrePhraseSnapshot: true
10-
spokenFormError: Custom insertion snippet
10+
spokenFormError: custom insertion snippet
1111
initialState:
1212
documentContents: ""
1313
selections:

data/fixtures/recorded/actions/snippets/customInsertAfterWhale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ command:
1212
type: primitive
1313
mark: {type: decoratedSymbol, symbolColor: default, character: w}
1414
usePrePhraseSnapshot: true
15-
spokenFormError: Custom insertion snippet
15+
spokenFormError: custom insertion snippet
1616
initialState:
1717
documentContents: hello world
1818
selections:

data/fixtures/recorded/actions/snippets/customInsertAfterWhale2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ command:
1616
type: primitive
1717
mark: {type: decoratedSymbol, symbolColor: default, character: w}
1818
usePrePhraseSnapshot: true
19-
spokenFormError: Custom insertion snippet
19+
spokenFormError: custom insertion snippet
2020
initialState:
2121
documentContents: hello world
2222
selections:

data/fixtures/recorded/actions/snippets/customInsertHelloWorld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ command:
1010
substitutions: {hole2: hello world}
1111
destination: {type: implicit}
1212
usePrePhraseSnapshot: true
13-
spokenFormError: Custom insertion snippet
13+
spokenFormError: custom insertion snippet
1414
initialState:
1515
documentContents: ""
1616
selections:

data/fixtures/recorded/actions/snippets/customWrapHarp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ command:
1313
type: primitive
1414
mark: {type: decoratedSymbol, symbolColor: default, character: h}
1515
usePrePhraseSnapshot: true
16-
spokenFormError: Custom wrap with snippet
16+
spokenFormError: custom wrap with snippet
1717
initialState:
1818
documentContents: |
1919
hello world

data/fixtures/recorded/actions/snippets/customWrapLine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ command:
1111
- type: containingScope
1212
scopeType: {type: line}
1313
usePrePhraseSnapshot: true
14-
spokenFormError: Custom wrap with snippet
14+
spokenFormError: custom wrap with snippet
1515
initialState:
1616
documentContents: hello world
1717
selections:

data/fixtures/recorded/actions/snippets/customWrapLine2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ command:
1111
- type: containingScope
1212
scopeType: {type: line}
1313
usePrePhraseSnapshot: true
14-
spokenFormError: Custom wrap with snippet
14+
spokenFormError: custom wrap with snippet
1515
initialState:
1616
documentContents: hello world
1717
selections:

data/fixtures/recorded/actions/snippets/duplicatedDuplicatedWrapThis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ command:
44
spokenForm: duplicated duplicated wrap this
55
action:
66
name: wrapWithSnippet
7-
snippetDescription: {type: named, name: duplicatedVariableTest, variableName: duplicated}
7+
snippetDescription: {type: custom, variableName: duplicated, body: 'This variable: ''$duplicated'' is duplicated here: ''$duplicated'', but ''$unique'' is unique!'}
88
target:
99
type: primitive
1010
mark: {type: cursor}
1111
usePrePhraseSnapshot: true
12-
spokenFormError: Named wrap with snippet 'duplicatedVariableTest.duplicated'
12+
spokenFormError: custom wrap with snippet
1313
initialState:
1414
documentContents: Hello world
1515
selections:

data/fixtures/recorded/actions/snippets/duplicatedUniqueWrapThis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ command:
44
spokenForm: duplicated unique wrap this
55
action:
66
name: wrapWithSnippet
7-
snippetDescription: {type: named, name: duplicatedVariableTest, variableName: unique}
7+
snippetDescription: {type: custom, variableName: unique, body: 'This variable: ''$duplicated'' is duplicated here: ''$duplicated'', but ''$unique'' is unique!'}
88
target:
99
type: primitive
1010
mark: {type: cursor}
1111
usePrePhraseSnapshot: true
12-
spokenFormError: Named wrap with snippet 'duplicatedVariableTest.unique'
12+
spokenFormError: custom wrap with snippet
1313
initialState:
1414
documentContents: Hello world
1515
selections:

data/fixtures/recorded/actions/snippets/ifWrapCap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ command:
1313
type: primitive
1414
mark: {type: decoratedSymbol, symbolColor: default, character: c}
1515
usePrePhraseSnapshot: true
16-
spokenFormError: Custom wrap with snippet
16+
spokenFormError: custom wrap with snippet
1717
initialState:
1818
documentContents: const value = 2;
1919
selections:

0 commit comments

Comments
 (0)