Skip to content

Commit

Permalink
whoops. missing file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Jan 13, 2023
1 parent 08018a3 commit 9bb6975
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conf/yaml/test_variable_opt.yaml
@@ -0,0 +1,7 @@
ref_float: "${spock.var:RefClass.a_float}"
ref_int: "${spock.var:RefClass.a_int}"
ref_bool: "${spock.var:RefClass.a_bool}"
ref_string: "${spock.var:RefClass.a_string}"
ref_nested_to_str: "${spock.var:FooBar.val}.${spock.var:Lastly.tester}"
ref_nested_to_float: "${spock.var:FooBar.val}.${spock.var:Lastly.tester}"
ref_self: "${spock.var:RefClassOptionalFile.ref_float}"

0 comments on commit 9bb6975

Please sign in to comment.