| Index: recipe_modules/properties/example.expected/buildbot_git_scheduled.json | 
| diff --git a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json | 
| index 2f0ed582c1e5e42982cb1bf05e24103f8a475886..fb197ec5e1eb2e7b8db550bc9459516ad856bd70 100644 | 
| --- a/recipe_modules/properties/example.expected/buildbot_git_scheduled.json | 
| +++ b/recipe_modules/properties/example.expected/buildbot_git_scheduled.json | 
| @@ -29,6 +29,111 @@ | 
| "name": "echo all" | 
| }, | 
| { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "''" | 
| +    ], | 
| +    "name": "echo project" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'/path/to/workdir/TestSlavename'" | 
| +    ], | 
| +    "name": "echo workdir" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'https://chromium.googlesource.com/chromium/src.git'" | 
| +    ], | 
| +    "name": "echo repository" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'TestBuilder'" | 
| +    ], | 
| +    "name": "echo buildername" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'properties:example'" | 
| +    ], | 
| +    "name": "echo recipe" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'thing'" | 
| +    ], | 
| +    "name": "echo foo.bar-bam" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'chromium.testing.master'" | 
| +    ], | 
| +    "name": "echo mastername" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "571" | 
| +    ], | 
| +    "name": "echo buildnumber" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'TestSlavename'" | 
| +    ], | 
| +    "name": "echo slavename" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "('cool_dev1337@chromium.org', 'hax@chromium.org')" | 
| +    ], | 
| +    "name": "echo blamelist" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'master'" | 
| +    ], | 
| +    "name": "echo branch" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'http://c.org/p/cr/'" | 
| +    ], | 
| +    "name": "echo buildbotURL" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'c14d891d44f0afff64e56ed7c9702df1d807b1ee'" | 
| +    ], | 
| +    "name": "echo revision" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "None" | 
| +    ], | 
| +    "name": "echo test_prop" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "echo", | 
| +      "'test_bot'" | 
| +    ], | 
| +    "name": "echo bot_id" | 
| +  }, | 
| +  { | 
| "name": "$result", | 
| "recipe_result": null, | 
| "status_code": 0 | 
|  |