Skip to content

Commit

Permalink
keyword defaults no in 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Nov 7, 2023
1 parent 3ab7e65 commit ca7c897
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 @@ -322,7 +322,7 @@ tpl2 = mt"""
"""
vec = [Dict("name" => x) for x in ("a", "b")]
_uppercase(str, render) = uppercase(render(str))
a = Mustache.render(Mustache.parse(tpla, ("<<", ">>")); vec, uppercase=_uppercase)
a = Mustache.render(Mustache.parse(tpla, ("<<", ">>")); vec=vec, uppercase=_uppercase)
b = Mustache.render(Mustache.parse(tplb); vec=vec, uppercase=_uppercase)
@test a == b

Expand Down

0 comments on commit ca7c897

Please sign in to comment.