fix deep add

This commit is contained in:
2017-05-27 03:21:55 +02:00
parent 3ab780e600
commit bf0007ff3a
6 changed files with 27 additions and 7 deletions

View File

@ -1,2 +1,4 @@
templateVar1: from default yaml
templateVar2: this is another value from yml
templateVar2: this is another value from yml
templateObject.value1: wow
templateObject.value2: here

View File

@ -1,3 +1,3 @@
# this is a {{templateVar1}}
# this is a {{templateVar2}}
# this is a {{templateObject.value1}}
# this is a {{templateObject.value2}}
# this is a {{templateVar3}}