<!DOCTYPE> should be contains last \n

This commit is contained in:
mattn
2014-03-11 21:07:07 +09:00
parent 9480824c0f
commit cd23a38f2b
3 changed files with 10 additions and 9 deletions

View File

@@ -860,7 +860,7 @@ finish
'tests': [
{
'query': "xsd:w3c",
'result': "<?xml version=\"1.0\"?>\n<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n\t<xsd:element name=\"\" type=\"\"/>\n</xsd:schema>",
'result': "<?xml version=\"1.0\"?>\n<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n\t<xsd:element name=\"\" type=\"\"/>\n</xsd:schema>\n",
},
],
},