Merge pull request #3716 from kyletaylored/feature/fix-negated-regex

Fix negated regex for Python parsing
main
Elbert Alias 4 years ago committed by GitHub
commit 30f03699ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9345,13 +9345,12 @@
10
],
"html": [
"<script[^<>]*>[^]{0,128}?src\\s*=\\s*['\"]//counter\\.yadro\\.ru/hit(?:;\\S+)?\\?(?:t\\d+\\.\\d+;)?r",
"<script [^>]*>[\\s\\S]*//counter\\.yadro\\.ru/hit",
"<!--LiveInternet counter-->",
"<!--/LiveInternet-->",
"<a href=\"http://www\\.liveinternet\\.ru/click\""
],
"icon": "Liveinternet.png",
"scripts": "/js/al/common\\.js\\?[0-9_]+",
"website": "http://liveinternet.ru/rating/"
},
"Livewire": {
@ -13291,7 +13290,7 @@
"html": [
"<link[^>]+href=\"[^\"]*rdoc-style\\.css",
"Generated by <a[^>]+href=\"https?://rdoc\\.rubyforge\\.org[^>]+>RDoc</a> ([\\d.]*\\d)\\;version:\\1",
"<footer(?:(?!<\\/footer>)[^]){1,500}<p>\\s*Generated by <a href=\"https:\\/\\/ruby\\.github\\.io\\/rdoc\\/\">RDoc<\\/a> ([\\d.]*\\d)\\;version:\\1"
"Generated by <a href=\"https:\\/\\/ruby\\.github\\.io\\/rdoc\\/\">RDoc<\\/a> ([\\d.]*\\d)\\;version:\\1"
],
"icon": "RDoc.png",
"implies": "Ruby",
@ -16205,13 +16204,15 @@
"sf_redirect": ""
},
"description": "Symfony is a PHP web application framework and a set of reusable PHP components/libraries.",
"html": "(?:<div class=\"sf-toolbar[^>]+?>[^]+<span class=\"sf-toolbar-value\">([\\d.])+|<div id=\"sfwdt[^\"]+\" class=\"[^\"]*sf-toolbar)\\;version:\\1",
"html": [
"<div id=\"sfwdt[^\"]+\" class=\"[^\"]*sf-toolbar"
],
"icon": "Symfony.svg",
"implies": "PHP",
"js": {
"Sfjs": ""
},
"website": "http://symfony.com"
"website": "https://symfony.com"
},
"Sympa": {
"cats": [