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

Unified Diff: recipe_modules/properties/example.expected/lists.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
« no previous file with comments | « recipe_modules/properties/example.expected/dicts.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/properties/example.expected/lists.json
diff --git a/recipe_modules/properties/example.expected/lists.json b/recipe_modules/properties/example.expected/lists.json
index 082692111e85d907ae40b1b9a9aad6ac28c40159..3e81526bfff1e574e11161c8090811d8f786706a 100644
--- a/recipe_modules/properties/example.expected/lists.json
+++ b/recipe_modules/properties/example.expected/lists.json
@@ -10,7 +10,9 @@
{
"cmd": [
"echo",
- "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop', {'key': ['value', ['value']]})]"
+ "('foo.bar-bam', 'thing')",
+ "('recipe', 'properties:example')",
+ "('test_prop', {'key': ['value', ['value']]})"
],
"name": "echo all"
},
« no previous file with comments | « recipe_modules/properties/example.expected/dicts.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698