This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
svelte
mirror of
https://github.com/sveltejs/svelte
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
93f37c3eeb
svelte
/
test
/
parser
/
samples
/
if-block-else
/
input.html
6 lines
52 B
Raw
Normal View
History
Unescape
Escape
remove v1 parser tests
7 years ago
{#if foo}
add {{else}} tests
8 years ago
<
p
>
foo
<
/
p
>
remove v1 parser tests
7 years ago
{:else}
add {{else}} tests
8 years ago
<
p
>
not foo
<
/
p
>
remove v1 parser tests
7 years ago
{/if}