mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Add empty string equality to null test
This commit is contained in:
parent
9da1f35b5e
commit
60eee883e5
@ -232,6 +232,7 @@ def test_creation_of_bool():
|
||||
|
||||
null_equality = [
|
||||
['hello',False,unicode],
|
||||
[u'',False,unicode],
|
||||
[0,False,int],
|
||||
[123,False,int],
|
||||
[0.0,False,float],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user