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

Unified Diff: recipe_modules/raw_io/example.expected/basic.json

Issue 2672593002: raw_io module: Add text_input and text_output (Closed)
Patch Set: Add comment about no cover Created 3 years, 10 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/raw_io/example.py ('k') | recipe_modules/raw_io/test_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/raw_io/example.expected/basic.json
diff --git a/recipe_modules/raw_io/example.expected/basic.json b/recipe_modules/raw_io/example.expected/basic.json
index c96d92eb9353ba5db58d0df8eb5234782dfdb8b4..b700eb28f8e52bcbeacd41debc4587885ceb9553 100644
--- a/recipe_modules/raw_io/example.expected/basic.json
+++ b/recipe_modules/raw_io/example.expected/basic.json
@@ -18,6 +18,22 @@
},
{
"cmd": [
+ "cat",
+ "hello"
+ ],
+ "name": "cat (2)",
+ "stdout": "/path/to/tmp/out"
+ },
+ {
+ "cmd": [
+ "cat"
+ ],
+ "name": "cat (3)",
+ "stdin": "\ufffdhello",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
"echo",
"huh"
],
« no previous file with comments | « recipe_modules/raw_io/example.py ('k') | recipe_modules/raw_io/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698