mirror of
https://github.com/pantor/inja.git
synced 2026-05-06 13:05:23 +00:00
fix tests
This commit is contained in:
@@ -33,7 +33,7 @@ protected:
|
||||
std::string output_path;
|
||||
|
||||
public:
|
||||
Environment(): Environment("./") {}
|
||||
Environment(): Environment("") {}
|
||||
|
||||
explicit Environment(const std::string& global_path): input_path(global_path), output_path(global_path) {}
|
||||
|
||||
|
||||
@@ -2731,7 +2731,7 @@ protected:
|
||||
std::string output_path;
|
||||
|
||||
public:
|
||||
Environment(): Environment("./") {}
|
||||
Environment(): Environment("") {}
|
||||
|
||||
explicit Environment(const std::string& global_path): input_path(global_path), output_path(global_path) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user