diff --git a/tests/core/editable/keystrokes/delbackspacequirks/expanded.js b/tests/core/editable/keystrokes/delbackspacequirks/expanded.js index 7761e4592ff..1d39cec4acb 100644 --- a/tests/core/editable/keystrokes/delbackspacequirks/expanded.js +++ b/tests/core/editable/keystrokes/delbackspacequirks/expanded.js @@ -104,11 +104,11 @@ // Tables #541 // jscs:disable maximumLineLength - 'test backspace and delete, tables no action #1': bd( '
x[x

y]y

', '
x^

y

' ), - 'test backspace and delete, tables no action #2': bd( '
x[xzz

y]y

', '
x^@

y

' ), - 'test backspace and delete, tables no action #3': bd( '
x[x
y]y
', '
x^
y
' ), - 'test backspace and delete, tables no action #4': bd( '

x[x

aab]b
ccdd

zz

', '

x^

@b
ccdd

zz

' ), - 'test backspace and delete, tables no action #5': bd( '

xx

aabb
c[cdd

z]z

', '

xx

aabb
c^@

z

' ), + 'test backspace and delete, tables #1': bd( '
x[x

y]y

', '
x^

y

' ), + 'test backspace and delete, tables #2': bd( '
x[xzz

y]y

', '
x^@

y

' ), + 'test backspace and delete, tables #3': bd( '
x[x
y]y
', '
x^
y
' ), + 'test backspace and delete, tables #4': bd( '

x[x

aab]b
ccdd

zz

', '

x^

@b
ccdd

zz

' ), + 'test backspace and delete, tables #5': bd( '

xx

aabb
c[cdd

z]z

', '

xx

aabb
c^@

z

' ), 'test backspace and delete, tables + paragraphs #1': bd( '

x[x

y]y

', '

x^

y

' ), 'test backspace and delete, tables + paragraphs #2': bd( '

x[x

zz

y]y

', '

x^

@

y

' ), 'test backspace and delete, tables + paragraphs #3': bd( '

x[x

y]y

' , '

x^

y

' ),