mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 19:44:47 +08:00
unitetest for xsd.
This commit is contained in:
11
unittest.vim
11
unittest.vim
@@ -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',
|
'category': 'mustache',
|
||||||
'tests': [
|
'tests': [
|
||||||
|
|||||||
Reference in New Issue
Block a user