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