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
tests reversed
Browse Source
pull/4282/head
Maxim Matyunin
6 years ago
parent
7f2b68e53d
commit
00910fe792
2 changed files
with
2 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
test/preprocess/samples/normal-order/output.svelte
Unescape
Escape
View File
@ -1,7 +1,7 @@
<
p
>
one
<
/
p
>
<
style
>
.t
hree
{
.t
wo
{
color: red;
}
<
/
style
>
2
test/preprocess/samples/strict-order/output.svelte
Unescape
Escape
View File
@ -1,7 +1,7 @@
<
p
>
one
<
/
p
>
<
style
>
.t
wo
{
.t
hree
{
color: red;
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
msb-public/svelte
Title
Body
Create Issue