Fix checking of semicolons in expression statements.

JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
Andrey Shitov
2015-07-13 20:58:16 +03:00
committed by Evgeny Gavrin
parent 0e8cb596d7
commit 4f58104981
2 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const char *test_source = (
"this.foo = f; "
"this.bar = function (a) { "
"return a + t; "
"} "
"}; "
"function A () { "
"this.t = 12; "
"} "