Revision: 314
http://sourceforge.net/p/javascriptlint/code/314
Author: matthiasmiller
Date: 2013-09-28 04:50:25 +0000 (Sat, 28 Sep 2013)
Log Message:
-----------
#32 Crashing on valid regex string
Additional test case
Added Paths:
-----------
trunk/tests/html/script_tag_in_regexp.js
Added: trunk/tests/html/script_tag_in_regexp.js
===================================================================
--- trunk/tests/html/script_tag_in_regexp.js (rev 0)
+++ trunk/tests/html/script_tag_in_regexp.js 2013-09-28 04:50:25 UTC (rev 314)
@@ -0,0 +1 @@
+var re = /<script(.|\s)*?\/script>/g;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|