mirror of
https://github.com/pantor/inja.git
synced 2026-03-05 08:46:27 +00:00
match multiple regexes with types
This commit is contained in:
@@ -18,6 +18,7 @@ TEST_CASE("types") {
|
||||
data["brother"]["daughters"] = {"Maria", "Helen"};
|
||||
data["brother"]["daughter0"] = { { "name", "Maria" } };
|
||||
data["is_happy"] = true;
|
||||
data["is_sad"] = false;
|
||||
|
||||
SECTION("basic") {
|
||||
CHECK( env.render("", data) == "" );
|
||||
|
||||
Reference in New Issue
Block a user