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:
parent
707405af7a
commit
7b25b1202f
@ -3,5 +3,18 @@ export default {
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
|
||||
<div>
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
<span>inner</span>
|
||||
</div>
|
||||
`
|
||||
};
|
||||
};
|
||||
|
@ -1,3 +1,16 @@
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
%%2
|
||||
|
||||
<div>
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@@x
|
||||
%1
|
||||
%%2
|
||||
<span>inner</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user