[javascriptlint-commit] SF.net SVN: javascriptlint: [191] trunk/tests/warnings/useless_quotes.js
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2008-04-23 19:07:51
|
Revision: 191
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=191&view=rev
Author: matthiasmiller
Date: 2008-04-23 12:07:41 -0700 (Wed, 23 Apr 2008)
Log Message:
-----------
useless_quotes: add test for invalid identifiers
Modified Paths:
--------------
trunk/tests/warnings/useless_quotes.js
Modified: trunk/tests/warnings/useless_quotes.js
===================================================================
--- trunk/tests/warnings/useless_quotes.js 2008-04-15 14:14:52 UTC (rev 190)
+++ trunk/tests/warnings/useless_quotes.js 2008-04-23 19:07:41 UTC (rev 191)
@@ -3,6 +3,9 @@
'key': 1 /*warning:useless_quotes*/
};
o = {
+ 'key with space': false
+ };
+ o = {
key: '1'
};
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|