We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabe793 commit 7ff6b09Copy full SHA for 7ff6b09
1 file changed
lib/index.js
@@ -12,7 +12,7 @@ var _ = require('lodash'),
12
HtmlDiff.prototype.tokenize = function (html) {
13
html = modifyHtmlAccordingToOptions(html, this.options);
14
15
- return _.filter(html.split(/({{.+?}}(?!})|[{}\(\)=:;,<>"'\[\]\/]|\s+)/));
+ return _.filter(html.split(/({{.+?}}(?!})|[{}\(\)\[\]#\*`=:;,<>"'\/]|\s+)/));
16
};
17
18
/**
0 commit comments