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

Unified Diff: sky/tests/parser/whitespace-expected.txt

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/parser/whitespace.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/whitespace-expected.txt
diff --git a/sky/tests/parser/whitespace-expected.txt b/sky/tests/parser/whitespace-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e0b75ffca6c3d4e74010eb9dabf2db0e34e38df6
--- /dev/null
+++ b/sky/tests/parser/whitespace-expected.txt
@@ -0,0 +1,28 @@
+<sky>
+ <import src="../resources/dump-as-markup.sky"></import>
+ <t>
+ <span>
+ A
+ <div>
+ <span></span>
+
+
+
+
+ <span></span>
+ </div>
+ </span>
+
+
+
+
+ <span>B</span>
+</t>
+ <div>
+ <span>
+ A
+ </span>
+ <span>B</span>
+ </div>
+</sky>
+
« no previous file with comments | « sky/tests/parser/whitespace.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698