From 0989cf13e70f52d5b241aa176eb74a680a282d09 Mon Sep 17 00:00:00 2001 From: pieterck Date: Tue, 3 Oct 2023 15:47:00 +0700 Subject: Fixed #34759 -- Confirmed support for SpatiaLite 5.1. Thanks The Epic Dev for helping with tests. --- tests/gis_tests/geoapp/test_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gis_tests/geoapp/test_functions.py b/tests/gis_tests/geoapp/test_functions.py index e9e2a5dcae..b75f053b3d 100644 --- a/tests/gis_tests/geoapp/test_functions.py +++ b/tests/gis_tests/geoapp/test_functions.py @@ -141,7 +141,7 @@ class GISFunctionsTests(FuncTestMixin, TestCase): ) else: gml_regex = re.compile( - r'^' + r'^' r"-104\.60925\d+,38\.255001" ) self.assertTrue(gml_regex.match(ptown.gml)) -- cgit v1.3