Skip to content

Commit

Permalink
ADd test for masking of dotted keys
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ess committed Nov 27, 2023
1 parent ae03141 commit fb025bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/interpolation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,14 @@ tests:
template: '{{a.b}}'
expected: ''

- name: Dotted Names - No Masking
desc: Dotted Names in a given context are unvavailable due to dot splitting
data:
a.b: c
a: { b: d }
template: '{{a.b}}'
expected: 'd'

# Implicit Iterators

- name: Implicit Iterators - Basic Interpolation
Expand Down

0 comments on commit fb025bf

Please sign in to comment.