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

Unified Diff: recipes/example/module_self_ref.expected/basic.json

Issue 2628523004: Allow module self-reference in loader (Closed)
Patch Set: typo Created 3 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 | « recipes/example/module_self_ref.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/example/module_self_ref.expected/basic.json
diff --git a/recipes/example/module_self_ref.expected/basic.json b/recipes/example/module_self_ref.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..513e49b858d42db71eb826b31bcae24915a21c43
--- /dev/null
+++ b/recipes/example/module_self_ref.expected/basic.json
@@ -0,0 +1,13 @@
+[
+ {
+ "cmd": [
+ "true"
+ ],
+ "name": "foo"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipes/example/module_self_ref.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698