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

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

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: recipe_modules/properties/example.expected/basic.json
diff --git a/recipe_modules/properties/example.expected/basic.json b/recipe_modules/properties/example.expected/basic.json
index 516ccb4406ff1448a59b7db6b3e089ba24b527e7..d943c30765a582eecaf9ff889c4b8623b7569df6 100644
--- a/recipe_modules/properties/example.expected/basic.json
+++ b/recipe_modules/properties/example.expected/basic.json
@@ -17,6 +17,27 @@
"name": "echo all"
},
{
+ "cmd": [
+ "echo",
+ "'properties:example'"
+ ],
+ "name": "echo recipe"
+ },
+ {
+ "cmd": [
+ "echo",
+ "'thing'"
+ ],
+ "name": "echo foo.bar-bam"
+ },
+ {
+ "cmd": [
+ "echo",
+ "FrozenDict([('key', 'value')])"
+ ],
+ "name": "echo test_prop"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « recipe_modules/properties/example.py ('k') | recipe_modules/properties/example.expected/buildbot_generic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698