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

Unified Diff: recipe_modules/properties/example.expected/dicts.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/dicts.json
diff --git a/recipe_modules/properties/example.expected/dicts.json b/recipe_modules/properties/example.expected/dicts.json
index bd249a6b447307557b2ac1f6eddce82f9056b972..a580d537262b2cb27ae0172137b810505ee37732 100644
--- a/recipe_modules/properties/example.expected/dicts.json
+++ b/recipe_modules/properties/example.expected/dicts.json
@@ -10,7 +10,9 @@
{
"cmd": [
"echo",
- "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop', {'key': {'other_key': {'key': 'value'}, 'key': 'value'}})]"
+ "('foo.bar-bam', 'thing')",
+ "('recipe', 'properties:example')",
+ "('test_prop', {'key': {'other_key': {'key': 'value'}, 'key': 'value'}})"
],
"name": "echo all"
},

Powered by Google App Engine
This is Rietveld 408576698