mirror of https://github.com/sveltejs/svelte
commit
4cad216e66
@ -1 +1 @@
|
|||||||
<p>this should be <em>escaped</em> & so should &39;this&39;</p>
|
<p>this should be <em>escaped</em> & so should 'this'</p>
|
@ -1 +1 @@
|
|||||||
<p>this should be <em>escaped</em> & so should &39;this&39;</p>
|
<p>this should be <em>escaped</em> & so should 'this'</p>
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
it's working
|
@ -0,0 +1 @@
|
|||||||
|
it's working
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"foo": "it's working"
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
{{foo}}
|
Loading…
Reference in new issue