Skip to content

Commit 9c77753

Browse files
Update tests
1 parent 029de90 commit 9c77753

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/fixtures/recorded/modifiers/interior/changeHead.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ command:
1010
- {type: extendThroughStartOf}
1111
usePrePhraseSnapshot: false
1212
initialState:
13-
documentContents: <div>a b c</div>
13+
documentContents: <div>abcd</div>
1414
selections:
15-
- anchor: {line: 0, character: 8}
16-
active: {line: 0, character: 8}
15+
- anchor: {line: 0, character: 7}
16+
active: {line: 0, character: 7}
1717
marks: {}
1818
finalState:
19-
documentContents: <div> c</div>
19+
documentContents: <div>cd</div>
2020
selections:
2121
- anchor: {line: 0, character: 5}
2222
active: {line: 0, character: 5}

data/fixtures/recorded/modifiers/interior/changeTail.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ command:
1010
- {type: extendThroughEndOf}
1111
usePrePhraseSnapshot: false
1212
initialState:
13-
documentContents: <div>a b c</div>
13+
documentContents: <div>abcd</div>
1414
selections:
1515
- anchor: {line: 0, character: 7}
1616
active: {line: 0, character: 7}
1717
marks: {}
1818
finalState:
19-
documentContents: <div>a </div>
19+
documentContents: <div>ab</div>
2020
selections:
2121
- anchor: {line: 0, character: 7}
2222
active: {line: 0, character: 7}

0 commit comments

Comments
 (0)