Page MenuHomeWickedGov Phorge

tables.test.js.snap
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

tables.test.js.snap

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`tables doesnt wrap floated tables 1`] = `
"
<div class=\\"mw-parser-output\\">
<table class=\\"wikitable\\" style=\\"float:right\\">
<tbody>
<tr><th>table table table</th></tr>
</tbody>
</table>
<div>
</div></div>"
`;
exports[`tables doesnt wrap nested tables 1`] = `
"
<div class=\\"mw-parser-output\\">
<div class=\\"noresize\\"><table class=\\"wikitable\\">
<tbody>
<tr><th>table table table</th></tr>
<tr><td><table class=\\"wikitable\\"><tbody><tr><th>table table table</th></tr></tbody></table></td><td></td></tr>
</tbody>
</table></div>
</div>
"
`;
exports[`tables doesnt wrap tables that already have noresize 1`] = `
"
<div class=\\"mw-parser-output\\">
<div class=\\"noresize\\">
<table class=\\"wikitable\\">
<tbody>
<tr><th>table table table</th></tr>
</tbody>
</table>
</div>
</div>
"
`;
exports[`tables doesnt wrap tables that are already wrapped 1`] = `
"
<div class=\\"mw-parser-output\\">
<div>
<table class=\\"wikitable\\">
<tbody>
<tr><th>table table table</th></tr>
</tbody>
</table>
</div>
</div>
"
`;
exports[`tables doesnt wrap tables that are not wikitables 1`] = `
"
<div class=\\"mw-parser-output\\">
<table>
<tbody>
<tr><th>table table table</th></tr>
<tr><td><table><tbody><tr><th>table table table</th></tr></tbody></table></td><td></td></tr>
</tbody>
</table>
<div>
</div></div>"
`;
exports[`tables wraps multiple table with div 1`] = `
"
<div class=\\"mw-parser-output\\">
<div class=\\"noresize\\"><table class=\\"wikitable\\">
<tbody><tr><th>table table table</th></tr></tbody>
</table></div>
<div class=\\"noresize\\"><table class=\\"wikitable\\">
</table></div><div class=\\"noresize\\"><table class=\\"wikitable\\">
<tbody><tr><th>table table table</th></tr></tbody>
</table></div>
<div class=\\"noresize\\"><table class=\\"wikitable\\">
<tbody><tr><th>table table table</th></tr></tbody>
</table></div>
</div>
"
`;
exports[`tables wraps table with div 1`] = `
"
<div class=\\"mw-parser-output\\">
<div class=\\"noresize\\"><table class=\\"wikitable\\">
<tbody><tr><th>table table table</th></tr></tbody>
</table></div>
</div>
"
`;

File Metadata

Mime Type
text/html
Expires
Wed, Aug 19, 06:06 (2 d, 18 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
92/90/68013534b34dec478fd9c02c92e0
Default Alt Text
tables.test.js.snap (2 KB)

Event Timeline