mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
add test.
This commit is contained in:
11
unittest.vim
11
unittest.vim
@@ -314,5 +314,16 @@ finish
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
'category': 'xsl',
|
||||
'tests': [
|
||||
{
|
||||
'name': "ap>wp",
|
||||
'query': "ap>wp",
|
||||
'type': "xsl",
|
||||
'result': "<xsl:apply-templates select=\"\" mode=\"\">\n\t<xsl:with-param select=\"\" name=\"\"></xsl:with-param>\n</xsl:apply-templates>\n",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
" vim:set et:
|
||||
|
||||
Reference in New Issue
Block a user