dholesaurabhm / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

False error report on valid JS regular expression #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. JavaScript Parser reports "Right paren expected" error on /[/]test[.]/ regex.

What is the expected output? What do you see instead?
Expected result: no errors reported.

What version of the product are you using? On what operating system?
Windows 7 Enterprise, VS2010 Professional x64, JavaScript Parser v. 3.6

Please provide any additional information below.
BTW, /\/test\./ is OK

Original issue reported on code.google.com by alxgr...@gmail.com on 9 May 2013 at 11:14