Fix RDoc detection

- Simplify detection, output would be consistent so this is less to match on, and remove negated identifier.
main
Kyle Taylor 5 years ago
parent 71341986b0
commit 6b07af7dda

@ -13206,7 +13206,7 @@
"html": [ "html": [
"<link[^>]+href=\"[^\"]*rdoc-style\\.css", "<link[^>]+href=\"[^\"]*rdoc-style\\.css",
"Generated by <a[^>]+href=\"https?://rdoc\\.rubyforge\\.org[^>]+>RDoc</a> ([\\d.]*\\d)\\;version:\\1", "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", "icon": "RDoc.png",
"implies": "Ruby", "implies": "Ruby",