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
@@ -41,7 +41,7 @@ const char *test_source = (
" return this.external ('1', true); "
"} "
"function call_throw_test() { "
" var catched = false "
" var catched = false; "
" try { "
" this.throw_test(); "
" } catch (e) { "