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

Side by Side Diff: recipe_modules/url/tests/join.expected/basic.json

Issue 2868333004: Add URL recipe module from "depot_tools". (Closed)
Patch Set: Update comments with exceptions Created 3 years, 7 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/url/tests/join.py ('k') | recipe_modules/url/tests/validate_url.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "/bin/echo",
5 "foo/bar/baz"
6 ],
7 "name": "step1"
8 },
9 {
10 "cmd": [
11 "/bin/echo",
12 "foo/bar/baz"
13 ],
14 "name": "step2"
15 },
16 {
17 "cmd": [
18 "/bin/echo",
19 "foo/bar/baz//"
20 ],
21 "name": "step3"
22 },
23 {
24 "cmd": [
25 "/bin/echo",
26 "foo/bar/baz//"
27 ],
28 "name": "step4"
29 },
30 {
31 "name": "$result",
32 "recipe_result": null,
33 "status_code": 0
34 }
35 ]
OLDNEW
« no previous file with comments | « recipe_modules/url/tests/join.py ('k') | recipe_modules/url/tests/validate_url.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698