mirror of
https://github.com/pantor/inja.git
synced 2026-03-30 21:02:51 +00:00
templates, split parser and renderer, c++ class parser
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
||||
TEST_CASE("Files handling") {
|
||||
TEST_CASE("loading") {
|
||||
inja::Environment env = inja::Environment();
|
||||
json data;
|
||||
data["name"] = "Jeff";
|
||||
@@ -24,7 +24,7 @@ TEST_CASE("Files handling") {
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("Complete files") {
|
||||
TEST_CASE("complete-files") {
|
||||
inja::Environment env = inja::Environment("data/");
|
||||
|
||||
for (std::string test_name : {"simple-file", "nested", "nested-line"}) {
|
||||
|
||||
Reference in New Issue
Block a user