[javascriptlint-commit] SF.net SVN: javascriptlint:[286] trunk/tests/errors/syntax_error_3.js
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2009-10-22 13:34:16
|
Revision: 286 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=286&view=rev Author: matthiasmiller Date: 2009-10-22 13:34:10 +0000 (Thu, 22 Oct 2009) Log Message: ----------- #1516656: Add test. Added Paths: ----------- trunk/tests/errors/syntax_error_3.js Added: trunk/tests/errors/syntax_error_3.js =================================================================== --- trunk/tests/errors/syntax_error_3.js (rev 0) +++ trunk/tests/errors/syntax_error_3.js 2009-10-22 13:34:10 UTC (rev 286) @@ -0,0 +1,8 @@ +/* +This failed in cjsl but is working in pyjsl. +https://sourceforge.net/tracker/?func=detail&aid=2146544&group_id=168518&atid=847185 +*/ +function syntax_error_3() { + return /^{([^}]*)}$/; +} + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |