Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Oct 31, 2023
1 parent 42f205f commit b1f6c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Mustache_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ tpl2 = mt"""
- {{#:uppercase}}{{{name}}}{{/:uppercase}}
{{/:vec}}
"""
view = [Dict("name" => x) for x in ("a", "b")]
vec = [Dict("name" => x) for x in ("a", "b")]
_uppercase(str, render) = uppercase(render(str))
a = Mustache.render(Mustache.parse(tpla, ("<<", ">>")); vec, uppercase=_uppercase)
b = Mustache.render(Mustache.parse(tplb); vec, uppercase=_uppercase)
Expand Down

0 comments on commit b1f6c3c

Please sign in to comment.