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

Unified Diff: sky/tests/modules/script-import.sky

Issue 720903002: Script-based imports should basically work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Use String::format Created 6 years, 1 month 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/engine/wtf/HashMap.h ('k') | sky/tests/modules/script-import-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/modules/script-import.sky
diff --git a/sky/tests/modules/script-import.sky b/sky/tests/modules/script-import.sky
new file mode 100644
index 0000000000000000000000000000000000000000..17e0870ae01627325dc99b919be9a968224859b3
--- /dev/null
+++ b/sky/tests/modules/script-import.sky
@@ -0,0 +1,5 @@
+<script>
+module.import("resources/pass.sky").then(function(hello) {
+ internals.notifyTestComplete(hello);
+});
+</script>
« no previous file with comments | « sky/engine/wtf/HashMap.h ('k') | sky/tests/modules/script-import-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698