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

Side by Side Diff: recipes/engine_tests/whitelist_steps.expected/selection.json

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Rebase 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 | « recipes/engine_tests/whitelist_steps.expected/all_steps.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": [
4 "echo",
5 "crazy!"
6 ],
7 "env": { 3 "env": {
8 "FLEEM": "VERY YES" 4 "FLEEM": "VERY YES"
9 }, 5 },
10 "name": "something important" 6 "name": "something important"
11 }, 7 },
12 { 8 {
13 "cmd": [ 9 "cmd": [
14 "echo", 10 "echo",
15 "INSANITY" 11 "INSANITY"
16 ], 12 ],
17 "name": "another important" 13 "name": "another important"
18 } 14 }
19 ] 15 ]
OLDNEW
« no previous file with comments | « recipes/engine_tests/whitelist_steps.expected/all_steps.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698