new tests to fix #2 by not breaking when initial tests fail in our recheck function
This commit is contained in:
@@ -30,7 +30,6 @@ var wildstring = {
|
||||
rollbackStrings.push({ string: testString, index: patternIndex });
|
||||
if (testString.indexOf(patternSubstrings[patternIndex]) === -1) {
|
||||
rollbackStrings.pop();
|
||||
break;
|
||||
}
|
||||
|
||||
currentString = currentString.substr(
|
||||
|
||||
Reference in New Issue
Block a user