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

Unified Diff: sky/tests/modules/resources/multiple-scripts-child.sky

Issue 938623005: Allow multiple dart <script> tags in .sky files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: All works! Created 5 years, 10 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
Index: sky/tests/modules/resources/multiple-scripts-child.sky
diff --git a/sky/tests/modules/resources/multiple-scripts-child.sky b/sky/tests/modules/resources/multiple-scripts-child.sky
new file mode 100644
index 0000000000000000000000000000000000000000..526324a15bd952fbdfd66b53f65c6b0f0c9cafd0
--- /dev/null
+++ b/sky/tests/modules/resources/multiple-scripts-child.sky
@@ -0,0 +1,8 @@
+<sky>
+<script>
+final String one = 'one';
+</script>
+<script>
+final String two = 'two';
+</script>
+</sky>

Powered by Google App Engine
This is Rietveld 408576698