fix tests

This commit is contained in:
nightwing 2013-05-08 19:03:57 +04:00
commit c4aa28793f

View file

@ -86,7 +86,7 @@ var HtmlHighlightRules = function() {
next : "style"
}, {
token : "meta.tag", // opening tag
regex : "<\\/?(?=\\w)",
regex : "<\\/?(?=\\S)",
next : "tag"
}, {
token : "text",