create test for metastring

This commit is contained in:
dfsek
2021-07-21 14:31:21 -07:00
parent 73fd1c9edd
commit 57658d2268
3 changed files with 32 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ map:
- metaTarget.yml:map1
- metaTarget.yml:map2
one: ONE
two: TWO
two: TWO
string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}"

View File

@@ -9,4 +9,8 @@ map1:
four: FOUR
five: FIVE
map2:
six: SIX
six: SIX
string:
two: two
three: three
six: six