Skip to content

Instantly share code, notes, and snippets.

@smfreegard
Created May 1, 2013 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smfreegard/5494941 to your computer and use it in GitHub Desktop.
Save smfreegard/5494941 to your computer and use it in GitHub Desktop.
v8 bug?
"use strict";
var line = '" John Stirling & Jeremy Bray <johnstirling=windermere.com@mondoflyers.com>';
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