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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « recipe_modules/properties/example.expected/dicts.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "{'key': ['value', ['value']]}", 5 "{'key': ['value', ['value']]}",
6 "'thing'" 6 "'thing'"
7 ], 7 ],
8 "name": "echo" 8 "name": "echo"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "echo", 12 "echo",
13 "[('foo.bar-bam', 'thing'), ('recipe', 'properties:example'), ('test_prop' , {'key': ['value', ['value']]})]" 13 "('foo.bar-bam', 'thing')",
14 "('recipe', 'properties:example')",
15 "('test_prop', {'key': ['value', ['value']]})"
14 ], 16 ],
15 "name": "echo all" 17 "name": "echo all"
16 }, 18 },
17 { 19 {
18 "name": "$result", 20 "name": "$result",
19 "recipe_result": null, 21 "recipe_result": null,
20 "status_code": 0 22 "status_code": 0
21 } 23 }
22 ] 24 ]
OLDNEW
« 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