0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

remove incorrect test

This commit is contained in:
Rich Harris 2018-01-04 22:50:52 -05:00
parent d4d7ef9c04
commit d280d1d458
2 changed files with 0 additions and 43 deletions

View File

@ -1 +0,0 @@
<p>this &lt;em&gt;should&lt;/em&gt; not be <span>&lt;strong&gt;bold&lt;/strong&gt;</span></p>

View File

@ -1,42 +0,0 @@
{
"hash": 488075009,
"html": {
"start": 0,
"end": 93,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 93,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 3,
"end": 43,
"type": "Text",
"data": "this &lt;em&gt;should&lt;/em&gt; not be "
},
{
"start": 43,
"end": 89,
"type": "Element",
"name": "span",
"attributes": [],
"children": [
{
"start": 49,
"end": 82,
"type": "Text",
"data": "&lt;strong&gt;bold&lt;/strong&gt;"
}
]
}
]
}
]
},
"css": null,
"js": null
}