We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d4b0c commit 05401fbCopy full SHA for 05401fb
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