Add test case for #19

This commit is contained in:
Andy K. Massimino
2018-01-20 09:00:02 -05:00
parent 9d8a01059d
commit f009ef4150
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
function! HtmlListHotfix()
call matchup#util#patch_match_words(
\ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>',
\ '')
endfunction
let g:matchup_hotfix_html = 'HtmlListHotfix'

6
test/issues/19/test.html Normal file
View File

@@ -0,0 +1,6 @@
<ul class="btn-group">
<li>
</li>
</ul>