0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

expand unit test

This commit is contained in:
Conduitry 2017-09-22 10:35:45 -04:00
parent 707405af7a
commit 7b25b1202f
2 changed files with 28 additions and 2 deletions

View File

@ -3,5 +3,18 @@ export default {
@@x
%1
%%2
<div>
@@x
%1
%%2
</div>
<div>
@@x
%1
%%2
<span>inner</span>
</div>
`
};
};

View File

@ -1,3 +1,16 @@
@@x
%1
%%2
%%2
<div>
@@x
%1
%%2
</div>
<div>
@@x
%1
%%2
<span>inner</span>
</div>