]> source.dussan.org Git - jquery.git/commitdiff
Tests: Correct a typo in the regex matching Safari 8
authorMichał Gołębiowski <m.goleb@gmail.com>
Sat, 13 Jun 2015 22:37:31 +0000 (00:37 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sat, 13 Jun 2015 22:37:31 +0000 (00:37 +0200)
test/unit/support.js

index bf3e114d83dc1eacf50afbc69dcc875b8789afcf..5a96d28a117230c5891135001e340e0cb2cd123e 100644 (file)
@@ -107,7 +107,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
                        "radioValue": false,
                        "reliableMarginRight": true
                };
-       } else if ( /8.0(\.\d+|) safari/i.test( userAgent ) ) {
+       } else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
                expected = {
                        "ajax": true,
                        "boxSizingReliable": true,