Skip to content

Commit 4760772

Browse files
committed
fix tests
1 parent df310a8 commit 4760772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/new/table_cells.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td>1|\\</td><td>2|\\</td></tr></tbody></table>
17+
<table><thead><tr><th>1</th><th>2</th></tr></thead><tbody><tr><td>1|\</td><td>2|\</td></tr></tbody></table>
1818

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

test/specs/original/specs-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ it('should run spec tests', () => {
66
if (!specTests(['', '', '--stop'])) {
77
// if tests fail rerun tests and show output
88
console.log.and.callThrough();
9-
specTests();
9+
specTests([]);
1010
fail();
1111
}
1212
});

0 commit comments

Comments
 (0)