expression_test - add tests for arbitrary space in mapnik::geometry_type attributes
This commit is contained in:
parent
7326c0d558
commit
243963fc2b
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ TEST_CASE("expressions")
|
|||
|
||||
// geometry types
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type] = point ") == true);
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type] <> linestring ") == true);
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type] != polygon ") == true);
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type] neq collection ") == true);
|
||||
TRY_CHECK(eval(" [ mapnik::geometry_type] <> linestring ") == true);
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type ] != polygon ") == true);
|
||||
TRY_CHECK(eval(" [ mapnik::geometry_type ] neq collection ") == true);
|
||||
TRY_CHECK(eval(" [mapnik::geometry_type] eq collection ") == false);
|
||||
|
||||
//unary expression
|
||||
|
|
Loading…
Add table
Reference in a new issue