Fix regex compatibility issues with PCRE

main
Edgar Aroutiounian 10 years ago
parent 7259573c4b
commit 79caa65be0

@ -1604,7 +1604,7 @@
"cats": [ "cats": [
6 6
], ],
"html": "<[^]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)", "html": "<[^>]+(?:id=\"block[_-]commerce[_-]cart[_-]cart|class=\"commerce[_-]product[_-]field)",
"implies": "Drupal", "implies": "Drupal",
"website": "drupalcommerce.org" "website": "drupalcommerce.org"
}, },
@ -2304,7 +2304,7 @@
19 19
], ],
"env": "^Gravatar$", "env": "^Gravatar$",
"html": "<[^]+gravatar\\.com/avatar/", "html": "<[^>]+gravatar\\.com/avatar/",
"website": "gravatar.com" "website": "gravatar.com"
}, },
"Gravity Insights": { "Gravity Insights": {
@ -2523,7 +2523,7 @@
"headers": { "headers": {
"Set-Cookie": "_hybris" "Set-Cookie": "_hybris"
}, },
"html": "<[^]+(?:/sys_master/|/hybr/|/_ui/desktop/)", "html": "<[^>]+(?:/sys_master/|/hybr/|/_ui/desktop/)",
"implies": "Java", "implies": "Java",
"website": "hybris.com" "website": "hybris.com"
}, },
@ -6681,7 +6681,7 @@
"cats": [ "cats": [
19 19
], ],
"html": "<[^]+id='cgit'", "html": "<[^>]+id='cgit'",
"implies": "Perl", "implies": "Perl",
"website": "git.zx2c4.com/cgit" "website": "git.zx2c4.com/cgit"
}, },