mirror of
https://github.com/pantor/inja.git
synced 2026-03-26 02:42:45 +00:00
fix gcc bugs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
||||
/* TEST_CASE("loading") {
|
||||
TEST_CASE("loading") {
|
||||
inja::Environment env = inja::Environment();
|
||||
json data;
|
||||
data["name"] = "Jeff";
|
||||
@@ -32,4 +32,4 @@ TEST_CASE("complete-files") {
|
||||
CHECK( env.render_template_with_json_file(test_name + "/template.txt", test_name + "/data.json") == env.load_global_file(test_name + "/result.txt") );
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user