Home | History | Annotate | Download | only in mocha

Lines Matching full:ignorewhitespace

99   var Diff = function(ignoreWhitespace) {
100 this.ignoreWhitespace = ignoreWhitespace;
197 if (this.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right)) {