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

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

Issue 1773273003: Make output placeholders like json.output index-able by name. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Rebase. Created 4 years, 9 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/json/example.py ('k') | recipe_modules/json/test_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/json/example.expected/basic.json
diff --git a/recipe_modules/json/example.expected/basic.json b/recipe_modules/json/example.expected/basic.json
index c73d785ced10c9fc79772b3ce26510f1729c959a..40fc25579579c601a5456ad9a1cc6705cd52d4c9 100644
--- a/recipe_modules/json/example.expected/basic.json
+++ b/recipe_modules/json/example.expected/basic.json
@@ -44,12 +44,18 @@
"cwd": "[SLAVE_BUILD]",
"name": "foo",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@[@@@",
- "@@@STEP_LOG_LINE@json.output@ \"x\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"y\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"\\ufeff\\uff5a\"@@@",
- "@@@STEP_LOG_LINE@json.output@]@@@",
- "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_LOG_LINE@json.output[1]@[@@@",
+ "@@@STEP_LOG_LINE@json.output[1]@ 1, @@@",
+ "@@@STEP_LOG_LINE@json.output[1]@ 2, @@@",
+ "@@@STEP_LOG_LINE@json.output[1]@ 3@@@",
+ "@@@STEP_LOG_LINE@json.output[1]@]@@@",
+ "@@@STEP_LOG_END@json.output[1]@@@",
+ "@@@STEP_LOG_LINE@json.output[2]@[@@@",
+ "@@@STEP_LOG_LINE@json.output[2]@ \"x\", @@@",
+ "@@@STEP_LOG_LINE@json.output[2]@ \"y\", @@@",
+ "@@@STEP_LOG_LINE@json.output[2]@ \"\\ufeff\\uff5a\"@@@",
+ "@@@STEP_LOG_LINE@json.output[2]@]@@@",
+ "@@@STEP_LOG_END@json.output[2]@@@",
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import json@@@",
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
« no previous file with comments | « recipe_modules/json/example.py ('k') | recipe_modules/json/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698