mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
fix include of in-memory templates
This commit is contained in:
@@ -282,4 +282,5 @@ TEST_CASE("combinations") {
|
||||
CHECK(env.render("{{ not true }}", data) == "false");
|
||||
CHECK(env.render("{{ not (true) }}", data) == "false");
|
||||
CHECK(env.render("{{ true or (true or true) }}", data) == "true");
|
||||
CHECK(env.render("{{ at(list_of_objects, 1).b }}", data) == "3");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user