mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct spec
This commit is contained in:
parent
8a66446849
commit
38c103c75e
2 changed files with 5 additions and 3 deletions
|
@ -812,7 +812,8 @@ QUnit.test("enable/disable features", assert => {
|
|||
|
||||
assert.cookedOptions('|a|\n--\n|a|', { features: {table: false} }, '');
|
||||
assert.cooked('|a|\n--\n|a|',
|
||||
`<table>
|
||||
`<div class="md-table">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>a</th>
|
||||
|
@ -823,7 +824,8 @@ QUnit.test("enable/disable features", assert => {
|
|||
<td>a</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>`);
|
||||
</table>
|
||||
</div>`);
|
||||
});
|
||||
|
||||
QUnit.test("emoji", assert => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue