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

Unified Diff: recipe_modules/properties/example.expected/basic.json

Issue 2439353002: Refactor expectations of properties recipe_module. (Closed)
Patch Set: Created 4 years, 2 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: recipe_modules/properties/example.expected/basic.json
diff --git a/recipe_modules/properties/example.expected/basic.json b/recipe_modules/properties/example.expected/basic.json
index defad35d4ed8d7df514470cba4abecc99c0a02a2..516ccb4406ff1448a59b7db6b3e089ba24b527e7 100644
--- a/recipe_modules/properties/example.expected/basic.json
+++ b/recipe_modules/properties/example.expected/basic.json
@@ -10,7 +10,9 @@
{
"cmd": [
"echo",
- "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop', {'key': 'value'})]"
+ "('foo.bar-bam', 'thing')",
+ "('recipe', 'properties:example')",
+ "('test_prop', {'key': 'value'})"
],
"name": "echo all"
},
« no previous file with comments | « recipe_modules/properties/example.py ('k') | recipe_modules/properties/example.expected/buildbot_generic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698