Skip to content

Commit 74ed502

Browse files
committed
Fix test
1 parent fd520d8 commit 74ed502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ describe('paste-markdown', function() {
3838
assert.include(textarea.value, 'name | origin\n-- | --\nhubot | github\nbender | futurama')
3939
})
4040

41-
it('rejects HTML from github.com markup', function() {
41+
it('rejects layout tables', function() {
4242
const data = {
4343
'text/html': `
44-
<table class="js-comment">
44+
<table data-layout-table>
4545
<thead><tr><th>name</th><th>origin</th></tr></thead>
4646
<tbody>
4747
<tr><td>hubot</td><td>github</td></tr>

0 commit comments

Comments
 (0)