fix: inverted dots and slashes
This commit is contained in:
parent
e5f40e5833
commit
4791f68ef2
3 changed files with 9 additions and 6 deletions
3
tests/config/config.yaml
Normal file
3
tests/config/config.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
kp:
|
||||
file: "../config/kp.kdbx"
|
||||
secret: "../config/secret.txt"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
value: ${sample}
|
||||
nested: ${some.nested.value}
|
||||
custom: ${custom/field}
|
||||
uname: ${sample/username}
|
||||
invalid: ${double/slash/example}
|
||||
nested: ${some/nested/value}
|
||||
custom: ${custom.field}
|
||||
uname: ${sample.username}
|
||||
invalid: ${double.dot.example}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue