[javascriptlint-commit] SF.net SVN: javascriptlint: [170] trunk/tests/warnings
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2008-03-20 20:53:25
|
Revision: 170
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=170&view=rev
Author: matthiasmiller
Date: 2008-03-20 13:53:24 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
tests: remove syntactically invalid labels
Modified Paths:
--------------
trunk/tests/warnings/inc_dec_within_stmt-ignore.js
trunk/tests/warnings/inc_dec_within_stmt.js
Modified: trunk/tests/warnings/inc_dec_within_stmt-ignore.js
===================================================================
--- trunk/tests/warnings/inc_dec_within_stmt-ignore.js 2008-03-20 20:52:15 UTC (rev 169)
+++ trunk/tests/warnings/inc_dec_within_stmt-ignore.js 2008-03-20 20:53:24 UTC (rev 170)
@@ -14,7 +14,6 @@
/*jsl:end*/
} while (x > 0);
- Label--: /*warning:bad_label*/
do {
x++;
} while (x < 0);
Modified: trunk/tests/warnings/inc_dec_within_stmt.js
===================================================================
--- trunk/tests/warnings/inc_dec_within_stmt.js 2008-03-20 20:52:15 UTC (rev 169)
+++ trunk/tests/warnings/inc_dec_within_stmt.js 2008-03-20 20:53:24 UTC (rev 170)
@@ -55,7 +55,6 @@
/*jsl:end*/
} while (x > 0);
- Label--: /*warning:bad_label*/
do {
x++;
} while (x < 0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|