Closed 27rabbitlt closed 10 months ago
Sanitizer will forbid forbidden characters to be used within quotes, which is unnecessary.
I passed this by firstly removing content within quotes and then let regular expression to match the blacked list.
I also added corresponding tests for this and a previous change https://github.com/pydata/numexpr/pull/462
This should fix issue https://github.com/pydata/numexpr/issues/468
Sanitizer will forbid forbidden characters to be used within quotes, which is unnecessary.
I passed this by firstly removing content within quotes and then let regular expression to match the blacked list.
I also added corresponding tests for this and a previous change https://github.com/pydata/numexpr/pull/462
This should fix issue https://github.com/pydata/numexpr/issues/468