Created
May 1, 2013 12:06
-
-
Save smfreegard/5494941 to your computer and use it in GitHub Desktop.
v8 bug?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var line = '" John Stirling & Jeremy Bray <[email protected]>'; | |
console.log('before match'); | |
var match = /^("(?:[^"\\]+|\\.)*")\s*/.exec(line); | |
console.log('after match'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment