test: new field convention TDD

This commit is contained in:
Piotr Dec 2025-11-24 18:56:08 +01:00
parent fea7838ead
commit 082ab463c1
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 23 additions and 9 deletions

View file

@ -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}