mirror of https://github.com/sveltejs/svelte
failing tests for #1066
parent
70ce51df5c
commit
d4d7ef9c04
@ -0,0 +1 @@
|
||||
<p>this <em>should</em> not be <span><strong>bold</strong></span></p>
|
@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
html: `
|
||||
<p>this <em>should</em> not be <span><strong>bold</strong></span></p>
|
||||
`
|
||||
};
|
@ -0,0 +1 @@
|
||||
<p>this <em>should</em> not be <span><strong>bold</strong></span></p>
|
Loading…
Reference in new issue