This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Steps:
- Launch Brackets and new a JS file.
- Check View > Lint Files on Save.
- Input
<html></html> tag and some content between the tag. For example:
`
this is body
`
- Press Ctrl+S to save this js file and observe the Lint icon on the status bar.
Result:
The Lint icon shows as no JSLint errors.
Expected:
It should complain about errors.
Notes:
If I check same content with JSLint tools: http://www.jslint.com/, it will check out the error "Unexpected '<' ", then stop scanning the file. Please refer to snapshots below.
ENV: MAC10.7.5 and Win8 English OS
Build: 0.32.0-9725
Snapshots:
Please refer to snapshots for details:

Case JSLint tools for reference:
