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

Unified Diff: recipe_modules/properties/example.expected/lists.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
« no previous file with comments | « recipe_modules/properties/example.expected/dicts.json ('k') | recipe_modules/python/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/properties/example.expected/lists.json
diff --git a/recipe_modules/properties/example.expected/lists.json b/recipe_modules/properties/example.expected/lists.json
index 3e81526bfff1e574e11161c8090811d8f786706a..22c2a2f951f437bd46deb60c6d93ffbb4a0c4ab9 100644
--- a/recipe_modules/properties/example.expected/lists.json
+++ b/recipe_modules/properties/example.expected/lists.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', ('value',)))])"
+ ],
+ "name": "echo test_prop"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « recipe_modules/properties/example.expected/dicts.json ('k') | recipe_modules/python/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698