Skip to content

Commit

Permalink
Fix failing test for issue #21
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 6, 2012
1 parent 847751e commit c9578ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/Public/v4.0/GRMustacheSuites/compound_keys.json
Expand Up @@ -75,7 +75,7 @@
{
"name": "anchored key should not extract properties inside an array",
"data": { "persons": [ { "name": "Alice" }, { "name": "Bob" } ] },
"template": "-{{#persons}}{{name}},{{/persons}}-{{#persons.name}}{{.}},{{/persons.name}}",
"template": "-{{#persons}}{{name}},{{/persons}}-{{#persons.name}}{{.}},{{/persons.name}}-",
"expected":"-Alice,Bob,--"
}
]
Expand Down

0 comments on commit c9578ed

Please sign in to comment.