Skip to content

Commit

Permalink
Fix Variable test in sections.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 18, 2021
1 parent 989a21a commit c20a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/sections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tests:
accessible as {{.}} or through the parent context. This gives
a simple way to display content conditionally if a variable exists.
data: { foo: "bar" }
template: '"{{#foo}} {{.}} is {{foo}} {{/foo}}"'
template: '"{{#foo}}{{.}} is {{foo}}{{/foo}}"'
expected: '"bar is bar"'

- name: List Contexts
Expand Down

0 comments on commit c20a59a

Please sign in to comment.