fix corner case in evaluate (#4716)

fixes #4715
This commit is contained in:
Alex Lam S.L
2021-03-02 09:33:28 +00:00
committed by GitHub
parent 74dee5c445
commit 23b51287aa
2 changed files with 40 additions and 0 deletions

View File

@@ -3523,6 +3523,7 @@ merge(Compressor.prototype, {
case "*":
case "/":
case "%":
case "**":
return true;
default:
return false;