Add test cases from individual repos to engine-test-data:
- Individual operator tests, including IN, MODULO, PERCENTAGE_SPLIT
- Segment rule nesting tests
- Traits that begin with
$.
- Context value type casting for simple comparisons (e.g.
(SegmentConditions.NOT_EQUAL, 1, "2", true), (SegmentConditions.NOT_EQUAL, 1, "1", false)
- Make sure that booleans are not treated as numeric values (e.g.
false,true == 0,1)
- Semver value comparisons
Look at engine implementations to see unique/platform-specific test cases, these should be added as well.