Fix semicolon check after variable declaration list.

JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
Andrey Shitov
2015-08-11 10:03:36 +03:00
parent 95c1c223e8
commit d6ad1c467e
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ catch (e)
}
var x = y;
do var z while (0);
do var z; while (0);
for (var i, j = function () {var p;}; i === undefined; i = null)
{