Hi, I came across a bug that you might be interested in:
I created a very simple file "program.js" that contains…
var \u03FE = 10;
Then I ran jsl.exe from the command line:
C:\>jsl -process "c:\program.js" JavaScript Lint 0.3.0 (JavaScript-C 1.5 2004-09-24) Developed by Matthias Miller (http://www.JavaScriptLint.com)
program.js c:\program.js(1): missing variable name var \u03FE = 10; ….^
This is actually valid JavaScript.
Just food for thought.
Log in to post a comment.
Hi,
I came across a bug that you might be interested in:
I created a very simple file "program.js" that contains…
var \u03FE = 10;
Then I ran jsl.exe from the command line:
C:\>jsl -process "c:\program.js"
JavaScript Lint 0.3.0 (JavaScript-C 1.5 2004-09-24)
Developed by Matthias Miller (http://www.JavaScriptLint.com)
program.js
c:\program.js(1): missing variable name
var \u03FE = 10;
….^
This is actually valid JavaScript.
Just food for thought.