Fix closing tag in tests
This commit is contained in:
@@ -1411,7 +1411,7 @@ describe('ol.format.KML', function() {
|
|||||||
' <Folder>' +
|
' <Folder>' +
|
||||||
' <Placemark/>' +
|
' <Placemark/>' +
|
||||||
' </Folder>' +
|
' </Folder>' +
|
||||||
' <Document>' +
|
' </Document>' +
|
||||||
'</kml>';
|
'</kml>';
|
||||||
expect(format.readName(kml)).to.be(undefined);
|
expect(format.readName(kml)).to.be(undefined);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user