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 |