Skip to content

Commit

Permalink
Reword test name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp authored Aug 6, 2024
1 parent fb025bf commit 7358dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/interpolation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ tests:
template: '{{#a}}{{b.c}}{{/a}}'
expected: ''

- name: Dotted Names are not valid keys
desc: Dotted names shall not be parsed as valid keys
- name: Dotted Names are never single keys
desc: Dotted names shall not be parsed as single, atomic keys
data:
a.b: c
template: '{{a.b}}'
Expand Down

0 comments on commit 7358dd5

Please sign in to comment.