Status: New
Owner: ----
New issue 608 by [email protected]: js2c looses significant spaces in
regexps
http://code.google.com/p/v8/issues/detail?id=608
js2c looses spaces when processing code containing certain regexps.
How to reproduce:
$ cat >test.js
re=/[ ](.*)/
$ python js2c.py test.cc - CODE test.js
$ grep 32 test.cc
$ grep "char test" test.cc
static const char test[] = { 114, 101, 61, 47, 91, 93, 40, 46, 42, 41, 47,
10, 0 };
N.B. this seems to be triggered by parenthesis in this particular case.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev