update tests, move test app to v2

This commit is contained in:
Rich Harris
2018-05-03 21:54:23 -04:00
parent 3531cc587d
commit 7303e811be
12 changed files with 35 additions and 35 deletions

View File

@@ -1,11 +1,11 @@
<:Head>
<title>{{post.title}}</title>
</:Head>
<svelte:head>
<title>{post.title}</title>
</svelte:head>
<h1>{{post.title}}</h1>
<h1>{post.title}</h1>
<div class='content'>
{{{post.html}}}
{@html post.html}
</div>
<script>