Fix updateTag with boolean attr

This commit is contained in:
grohiro
2020-05-04 00:29:37 +09:00
parent c7643e5b61
commit e4d9455d5a
2 changed files with 12 additions and 4 deletions

View File

@@ -681,6 +681,10 @@ finish
'query': "<h$$$$\\<c-y>u.global\\<cr>$$$$3></h3>",
'result': "<h3 class=\"global\"></h3>",
},
{
'query': "<button$$$$\\<c-y>u.btn\\<cr>$$$$ disabled></button>",
'result': "<button class=\"btn\" disabled></button>",
},
],
},
{