Fix escape errors

Seen in #975
main
P THE AWESOME 10 years ago
parent c02e5682f7
commit 4dd571e9fa

@ -5440,7 +5440,7 @@
], ],
"env": "^Twipsy$\\;confidence:50", "env": "^Twipsy$\\;confidence:50",
"html": [ "html": [
"<style[^>]*>.*Bootstrap v.* Copyright .* Twitter, Inc\.\* Licensed under.*<\/style>", "<style[^>]*>.*Bootstrap v.* Copyright .* Twitter, Inc\\.\\* Licensed under.*<\/style>",
"<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css", "<link.+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}" "<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"
], ],

Loading…
Cancel
Save