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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/url/tests/join.expected/basic.json
diff --git a/recipe_modules/url/tests/join.expected/basic.json b/recipe_modules/url/tests/join.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..e17e15b7ce18d832ad55bb467ae89c1d44d0d95e
--- /dev/null
+++ b/recipe_modules/url/tests/join.expected/basic.json
@@ -0,0 +1,35 @@
+[
+ {
+ "cmd": [
+ "/bin/echo",
+ "foo/bar/baz"
+ ],
+ "name": "step1"
+ },
+ {
+ "cmd": [
+ "/bin/echo",
+ "foo/bar/baz"
+ ],
+ "name": "step2"
+ },
+ {
+ "cmd": [
+ "/bin/echo",
+ "foo/bar/baz//"
+ ],
+ "name": "step3"
+ },
+ {
+ "cmd": [
+ "/bin/echo",
+ "foo/bar/baz//"
+ ],
+ "name": "step4"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« 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