We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd520d8 commit 74ed502Copy full SHA for 74ed502
1 file changed
test/test.js
@@ -38,10 +38,10 @@ describe('paste-markdown', function() {
38
assert.include(textarea.value, 'name | origin\n-- | --\nhubot | github\nbender | futurama')
39
})
40
41
- it('rejects HTML from github.com markup', function() {
+ it('rejects layout tables', function() {
42
const data = {
43
'text/html': `
44
- <table class="js-comment">
+ <table data-layout-table>
45
<thead><tr><th>name</th><th>origin</th></tr></thead>
46
<tbody>
47
<tr><td>hubot</td><td>github</td></tr>
0 commit comments