fix corner case in inline (#4007)

fixes #4006
This commit is contained in:
Alex Lam S.L
2020-06-29 02:06:23 +01:00
committed by GitHub
parent 58c24f8007
commit 3bf8699f95
3 changed files with 37 additions and 10 deletions

View File

@@ -197,6 +197,7 @@ BINARY_OPS = BINARY_OPS.concat(BINARY_OPS);
BINARY_OPS = BINARY_OPS.concat(BINARY_OPS);
BINARY_OPS = BINARY_OPS.concat(BINARY_OPS);
BINARY_OPS = BINARY_OPS.concat(BINARY_OPS);
BINARY_OPS = BINARY_OPS.concat(BINARY_OPS);
BINARY_OPS.push(" in ");
var ASSIGNMENTS = [