Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: operator expression with parentheses breaks parser
When splitting `(1,2,6,10,23,24)` against `(`, the first item is an empty string. The fix consists in filtering-out falsy values from the split array.
- Loading branch information