unitetest for xsd.

This commit is contained in:
mattn
2011-09-22 15:16:21 +09:00
parent 43f36d6069
commit f844ab85b0

View File

@@ -496,6 +496,17 @@ finish
},
],
},
{
'category': 'xsd',
'tests': [
{
'name': "w3c",
'query': "xsd:w3c",
'type': "xsd",
'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>",
},
],
},
{
'category': 'mustache',
'tests': [