aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-06-14 02:05:05 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-06-14 02:05:05 +0200
commitef332c7c7b14533a078860e3e1527acfa59a26a7 (patch)
tree2489f44943d18e6f27df35e9666b4938cf736848 /test
parentb819be3e2f35ae64abc26ff9a2fe944e1ffbb7e0 (diff)
downloadjquery-ef332c7c7b14533a078860e3e1527acfa59a26a7.tar.gz
jquery-ef332c7c7b14533a078860e3e1527acfa59a26a7.zip
Tests: Correct a typo in the regex matching Safari 8
(cherry-picked from c17543fd3c14ff86c448dbb90f9fe1223661a73b)
Diffstat (limited to 'test')
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 4d5ba5789..fcbf5600b 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -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,