Fix syntax check of literal duplication in FormalParameterList (strict mode).

Related issue: #381

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-07-15 22:49:08 +03:00
committed by Evgeny Gavrin
parent 352e8f5c04
commit d11dfc5703
3 changed files with 47 additions and 21 deletions
+5
View File
@@ -69,3 +69,8 @@ try
{
assert (e instanceof TypeError);
}
(function (a) {
(function (a) {
});
});