From 7aa6d6350a79b27d747b252a915e2a1be2300623 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 21 Mar 2017 14:55:41 +0100 Subject: [PATCH] Fix closing tag in gml tests --- test/spec/ol/format/gml.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/format/gml.test.js b/test/spec/ol/format/gml.test.js index f5a9dce525..4010d56ee7 100644 --- a/test/spec/ol/format/gml.test.js +++ b/test/spec/ol/format/gml.test.js @@ -151,7 +151,7 @@ describe('ol.format.GML2', function() { ' ' + ' ' + ' ' + - ' '; + ' '; var feature = new ol.Feature({ geometry: new ol.geom.LineString([[1.1, 2], [3, 4.2]])