Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Tests] Add LIKE with underscore (_) as partially uncompiled expressi…
…on for shp provider
  • Loading branch information
rldhont authored and nyalldawson committed Feb 8, 2019
1 parent 4b60a1e commit f285d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_provider_shapefile.py
Expand Up @@ -203,6 +203,8 @@ def partiallyCompiledFilters(self):
'name = \'apple\'',
'name LIKE \'Apple\'',
'name LIKE \'aPple\'',
'name LIKE \'Ap_le\'',
'name LIKE \'Ap\\_le\'',
'"name"="name2"'])

def testRepack(self):
Expand Down

0 comments on commit f285d91

Please sign in to comment.