mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
commit
6b3ce3245f
@ -1256,7 +1256,7 @@ TEST_CASE("template_false_tag")
|
||||
{
|
||||
auto t = crow::mustache::compile(R"---({{false_value}})---");
|
||||
crow::mustache::context ctx;
|
||||
ctx["false_value"] = false;d
|
||||
ctx["false_value"] = false;
|
||||
auto result = t.render_string(ctx);
|
||||
CHECK("false" == result);
|
||||
} // template_false_tag
|
||||
|
Loading…
Reference in New Issue
Block a user