Skip to content

Commit

Permalink
Correct test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Apr 10, 2018
1 parent 67c8ac7 commit 5e9e7c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/core/editable/keystrokes/delbackspacequirks/expanded.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@

// Tables #541
// jscs:disable maximumLineLength
'test backspace and delete, tables no action #1': bd( '<table><tbody><tr><td>x[x</td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td>x^</td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables no action #2': bd( '<table><tbody><tr><td>x[x</td><td>zz</td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td>x^</td><td>@</td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables no action #3': bd( '<table><tbody><tr><td>x[x</td></tr></tbody></table><table><tbody><tr><td>y]y</td></tr></tbody></table>', '<table><tbody><tr><td>x^</td></tr></tbody></table><table><tbody><tr><td>y</td></tr></tbody></table>' ),
'test backspace and delete, tables no action #4': bd( '<p>x[x</p><table><tbody><tr><td>aa</td><td>b]b</td></tr><tr><td>cc</td><td>dd</td></tr></tbody></table><p>zz</p>', '<p>x^</p><table><tbody><tr><td>@</td><td>b</td></tr><tr><td>cc</td><td>dd</td></tr></tbody></table><p>zz</p>' ),
'test backspace and delete, tables no action #5': bd( '<p>xx</p><table><tbody><tr><td>aa</td><td>bb</td></tr><tr><td>c[c</td><td>dd</td></tr></tbody></table><p>z]z</p>', '<p>xx</p><table><tbody><tr><td>aa</td><td>bb</td></tr><tr><td>c^</td><td>@</td></tr></tbody></table><p>z</p>' ),
'test backspace and delete, tables #1': bd( '<table><tbody><tr><td>x[x</td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td>x^</td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables #2': bd( '<table><tbody><tr><td>x[x</td><td>zz</td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td>x^</td><td>@</td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables #3': bd( '<table><tbody><tr><td>x[x</td></tr></tbody></table><table><tbody><tr><td>y]y</td></tr></tbody></table>', '<table><tbody><tr><td>x^</td></tr></tbody></table><table><tbody><tr><td>y</td></tr></tbody></table>' ),
'test backspace and delete, tables #4': bd( '<p>x[x</p><table><tbody><tr><td>aa</td><td>b]b</td></tr><tr><td>cc</td><td>dd</td></tr></tbody></table><p>zz</p>', '<p>x^</p><table><tbody><tr><td>@</td><td>b</td></tr><tr><td>cc</td><td>dd</td></tr></tbody></table><p>zz</p>' ),
'test backspace and delete, tables #5': bd( '<p>xx</p><table><tbody><tr><td>aa</td><td>bb</td></tr><tr><td>c[c</td><td>dd</td></tr></tbody></table><p>z]z</p>', '<p>xx</p><table><tbody><tr><td>aa</td><td>bb</td></tr><tr><td>c^</td><td>@</td></tr></tbody></table><p>z</p>' ),
'test backspace and delete, tables + paragraphs #1': bd( '<table><tbody><tr><td><p>x[x</p></td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td><p>x^</p></td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables + paragraphs #2': bd( '<table><tbody><tr><td><p>x[x</p></td><td>zz</td></tr></tbody></table><p>y]y</p>', '<table><tbody><tr><td><p>x^</p></td><td>@</td></tr></tbody></table><p>y</p>' ),
'test backspace and delete, tables + paragraphs #3': bd( '<table><tbody><tr><td><p>x[x</p></td></tr></tbody></table><table><tbody><tr><td><p>y]y</p></td></tr></tbody></table>' , '<table><tbody><tr><td><p>x^</p></td></tr></tbody></table><table><tbody><tr><td><p>y</p></td></tr></tbody></table>' ),
Expand Down

0 comments on commit 5e9e7c8

Please sign in to comment.