mirror of
https://github.com/pantor/inja.git
synced 2026-04-02 14:22:44 +00:00
fix read json bug
This commit is contained in:
@@ -509,7 +509,7 @@ public:
|
||||
{Parsed::Function::DivisibleBy, Regex{"divisibleBy\\(\\s*(.*?)\\s*,\\s*(.*?)\\s*\\)"}},
|
||||
{Parsed::Function::Odd, Regex{"odd\\(\\s*(.*?)\\s*\\)"}},
|
||||
{Parsed::Function::Even, Regex{"even\\(\\s*(.*?)\\s*\\)"}},
|
||||
{Parsed::Function::ReadJson, Regex{"\\s*(.*)\\s*"}}
|
||||
{Parsed::Function::ReadJson, Regex{"\\s*([^()]*)\\s*"}}
|
||||
};
|
||||
|
||||
Parser() { }
|
||||
|
||||
Reference in New Issue
Block a user