File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
data/fixtures/recorded/modifiers/interior Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ command:
1010 - {type: extendThroughStartOf}
1111 usePrePhraseSnapshot : false
1212initialState :
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 : {}
1818finalState :
19- documentContents : <div> c </div>
19+ documentContents : <div>cd </div>
2020 selections :
2121 - anchor : {line: 0, character: 5}
2222 active : {line: 0, character: 5}
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ command:
1010 - {type: extendThroughEndOf}
1111 usePrePhraseSnapshot : false
1212initialState :
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 : {}
1818finalState :
19- documentContents : <div>a </div>
19+ documentContents : <div>ab </div>
2020 selections :
2121 - anchor : {line: 0, character: 7}
2222 active : {line: 0, character: 7}
You can’t perform that action at this time.
0 commit comments