summaryrefslogtreecommitdiff
path: root/test/style/expression/expression.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-121-1/+1
| | | | | | | | | | | | * Don't enforce ["zoom"] constraints for filters Fixes #11594 * Add a couple of comments * Fix ambiguous constructor call * ParsingContext(optional<Type>) => ParsingContext(Type)
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+91
Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)