[javascriptlint-commit] SF.net SVN: javascriptlint: [173] trunk/tests/control_comments/ control_com
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2008-03-20 21:28:44
|
Revision: 173 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=173&view=rev Author: matthiasmiller Date: 2008-03-20 14:28:43 -0700 (Thu, 20 Mar 2008) Log Message: ----------- tests: warnings for control comments are now reported on the same line as the control comment Modified Paths: -------------- trunk/tests/control_comments/control_comments.js Modified: trunk/tests/control_comments/control_comments.js =================================================================== --- trunk/tests/control_comments/control_comments.js 2008-03-20 21:28:00 UTC (rev 172) +++ trunk/tests/control_comments/control_comments.js 2008-03-20 21:28:43 UTC (rev 173) @@ -28,6 +28,6 @@ /*jsl:end*/ /* illegal - don't forget to end */ - /*jsl:ignore*/ + /*jsl:ignore*/ /*warning:mismatch_ctrl_comments*/ } -/*warning:mismatch_ctrl_comments*/ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |