We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199ce30 commit 2fe12f7Copy full SHA for 2fe12f7
testRunner.js
@@ -55,6 +55,7 @@ function check(file) {
55
try {
56
result = widdershins.convert(src, widdershinsOptions);
57
result = result.split('is undefined').join('x');
58
+ result = result.split('undefined behavio').join('x');
59
if ((result != '') && (result.indexOf('undefined')<0)) {
60
console.log(green+' %s %s',src.info.title,src.info.version);
61
console.log(' %s',src.host);
0 commit comments