Skip to content

Commit 2fe12f7

Browse files
committed
Ignore 'undefined behavio[u]r'
1 parent 199ce30 commit 2fe12f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testRunner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function check(file) {
5555
try {
5656
result = widdershins.convert(src, widdershinsOptions);
5757
result = result.split('is undefined').join('x');
58+
result = result.split('undefined behavio').join('x');
5859
if ((result != '') && (result.indexOf('undefined')<0)) {
5960
console.log(green+' %s %s',src.info.title,src.info.version);
6061
console.log(' %s',src.host);

0 commit comments

Comments
 (0)