Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 12, 2019
1 parent df310a8 commit 4760772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/new/table_cells.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td></td><td>2</td></tr></tbody></table>

<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td>1|\\</td><td>2|\\</td></tr></tbody></table>
<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td>1|\</td><td>2|\</td></tr></tbody></table>

<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td></td><td>2</td></tr></tbody></table>

Expand Down
2 changes: 1 addition & 1 deletion test/specs/original/specs-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ it('should run spec tests', () => {
if (!specTests(['', '', '--stop'])) {
// if tests fail rerun tests and show output
console.log.and.callThrough();
specTests();
specTests([]);
fail();
}
});

0 comments on commit 4760772

Please sign in to comment.