mirror of https://github.com/sveltejs/svelte
parent
39f0d8cc31
commit
1dccec7089
@ -0,0 +1,3 @@
|
|||||||
|
<pre>
|
||||||
|
test
|
||||||
|
</pre>
|
||||||
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"html": {
|
||||||
|
"start": 0,
|
||||||
|
"end": 17,
|
||||||
|
"type": "Fragment",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 0,
|
||||||
|
"end": 17,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "pre",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 6,
|
||||||
|
"end": 11,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "test\n",
|
||||||
|
"data": "test\n"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue