tests: Re-enable import/export test that is now working
parent
54a3dbb9a0
commit
906b2624ed
|
@ -31,7 +31,6 @@ const testImports = {
|
|||
input: '<html><body><ul> <li>FOO</li></ul></body></html>',
|
||||
expectedHTML: '<!DOCTYPE HTML><html><body><ul class="bullet"><li>FOO</ul><br></body></html>',
|
||||
expectedText: '\t* FOO\n\n',
|
||||
disabled: true,
|
||||
},
|
||||
'prefixcorrectlinenumber': {
|
||||
input: '<html><body><ol><li>should be 1</li><li>should be 2</li></ol></body></html>',
|
||||
|
|
Loading…
Reference in New Issue