Fix closing tag in tests

This commit is contained in:
Tom Payne
2014-02-04 15:18:02 +01:00
parent 62114a73e2
commit 2b268e284e

View File

@@ -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);
}); });