test: new field convention TDD
This commit is contained in:
parent
fea7838ead
commit
082ab463c1
2 changed files with 23 additions and 9 deletions
|
|
@ -1,3 +1,4 @@
|
|||
value: %{sample}
|
||||
nested: %{some.nested.value}
|
||||
custom: ${custom.field}
|
||||
value: ${sample}
|
||||
nested: ${some.nested.value}
|
||||
custom: ${custom/field}
|
||||
uname: ${sample/username}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue