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:
parent
d4d7ef9c04
commit
d280d1d458
@ -1 +0,0 @@
|
||||
<p>this <em>should</em> not be <span><strong>bold</strong></span></p>
|
@ -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 <em>should</em> not be "
|
||||
},
|
||||
{
|
||||
"start": 43,
|
||||
"end": 89,
|
||||
"type": "Element",
|
||||
"name": "span",
|
||||
"attributes": [],
|
||||
"children": [
|
||||
{
|
||||
"start": 49,
|
||||
"end": 82,
|
||||
"type": "Text",
|
||||
"data": "<strong>bold</strong>"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"css": null,
|
||||
"js": null
|
||||
}
|
Loading…
Reference in New Issue
Block a user