mirror of
https://github.com/pantor/inja.git
synced 2026-08-02 05:42:16 +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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user