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

Unified Diff: recipe_modules/properties/example.expected/dicts.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/dicts.json
diff --git a/recipe_modules/properties/example.expected/dicts.json b/recipe_modules/properties/example.expected/dicts.json
index a580d537262b2cb27ae0172137b810505ee37732..20255b3994a7d8f132370bad0558390b7e96cc28 100644
--- a/recipe_modules/properties/example.expected/dicts.json
+++ b/recipe_modules/properties/example.expected/dicts.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', FrozenDict([('other_key', FrozenDict([('key', 'value')])), ('key', 'value')]))])"
+ ],
+ "name": "echo test_prop"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698