Skip to content

Commit

Permalink
Update generated JSON (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Jan 26, 2024
1 parent 36a1c68 commit 43730bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specs/partials.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@
},
"expected": "X<Y<>>"
},
{
"name": "Nested",
"desc": "The greater-than operator should work from within partials.",
"data": {
"a": "hello",
"b": "world"
},
"template": "{{>outer}}",
"partials": {
"outer": "*{{a}} {{>inner}}*",
"inner": "{{b}}!"
},
"expected": "*hello world!*"
},
{
"name": "Surrounding Whitespace",
"desc": "The greater-than operator should not alter surrounding whitespace.",
Expand Down

0 comments on commit 43730bb

Please sign in to comment.