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 |