Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix list_contains (a.k.a. the ~= mapcss operator)
The ~= operator also allows for whitespace around the values. E.g. [a~=y] matches - a=y - a=x;y;z - a=x; y; z The latter wasn't working with the original implementation
- Loading branch information