Merge pull request #797 from DaAwesomeP/master

Fix escape errors
main
Elbert Alias 10 years ago
commit 73536f9f08

@ -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}"
], ],