Skip to content

Commit

Permalink
Tests: Correct a typo in the regex matching Safari 8
Browse files Browse the repository at this point in the history
(cherry-picked from c17543f)
  • Loading branch information
mgol committed Jun 14, 2015
1 parent b819be3 commit ef332c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
"style": false,
"submit": false
};
} else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) {
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,
Expand Down

0 comments on commit ef332c7

Please sign in to comment.