JS: added js() diagnostics tests

This commit is contained in:
Alexey Tsvetkov
2015-02-19 12:12:15 +03:00
parent 1e7de9d5d0
commit fabcfc7b7f
22 changed files with 344 additions and 24 deletions
@@ -0,0 +1,5 @@
<!-- jsCodeErrorHtml2 -->
<html>
JavaScript: missing variable name in code:<br><pre>var a = 10;
var<u> =</u> 10;
var c = 15;</pre></html>