Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: sky/tests/parser/whitespace.sky

Issue 1215063003: Remove Sky tests that we don't intend to port to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <sky>
2 <import src="../resources/dump-as-markup.sky"></import>
3
4 <t>
5 <span>
6 A
7 <div>
8 <span></span>
9
10 <!-- All whitespace in a subtree should be kept under <t>. -->
11
12
13 <span></span>
14 </div>
15 </span>
16
17
18 <!-- This whitespace should be preserved. -->
19
20 <span>B</span>
21 </t>
22
23 <div>
24 <span>
25 A
26 </span>
27
28 <!-- This whitespace should be ignored. -->
29
30 <span>B</span>
31 </div>
32
33 </sky>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698