[javascriptlint-commit] SF.net SVN: javascriptlint:[292] trunk/tests/bugs/sf-2890901-unicode.js
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2009-11-18 12:18:35
|
Revision: 292 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=292&view=rev Author: matthiasmiller Date: 2009-11-18 12:15:40 +0000 (Wed, 18 Nov 2009) Log Message: ----------- #2890901: Include missing test case. Added Paths: ----------- trunk/tests/bugs/sf-2890901-unicode.js Added: trunk/tests/bugs/sf-2890901-unicode.js =================================================================== --- trunk/tests/bugs/sf-2890901-unicode.js (rev 0) +++ trunk/tests/bugs/sf-2890901-unicode.js 2009-11-18 12:15:40 UTC (rev 292) @@ -0,0 +1,4 @@ +function unicode() { + return 'ö'; +} + Property changes on: trunk/tests/bugs/sf-2890901-unicode.js ___________________________________________________________________ Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |