diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-16 11:35:57 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-16 11:35:57 +0100 |
commit | da4cb811c8c7f4d3a430bdd09c6162f50f918001 (patch) | |
tree | 71e6a6286a95069a805a254eb7abed9f7a83f0d4 /devtools/shared | |
parent | 9ee6151315068cee2ae29b2fddd964c5ef747f9f (diff) | |
download | aura-central-da4cb811c8c7f4d3a430bdd09c6162f50f918001.tar.gz |
Bug 755821: Function() should use the parser's argument parsing code
Diffstat (limited to 'devtools/shared')
-rw-r--r-- | devtools/shared/webconsole/test/test_page_errors.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devtools/shared/webconsole/test/test_page_errors.html b/devtools/shared/webconsole/test/test_page_errors.html index 19e5ba4b4..78138856e 100644 --- a/devtools/shared/webconsole/test/test_page_errors.html +++ b/devtools/shared/webconsole/test/test_page_errors.html @@ -102,16 +102,6 @@ function doPageErrors() warning: false, exception: true, }, - "var f = Function('x y', 'return x + y;');": { - errorMessage: /malformed formal/, - errorMessageName: "JSMSG_BAD_FORMAL", - sourceName: /test_page_errors/, - category: "chrome javascript", - timeStamp: /^\d+$/, - error: false, - warning: false, - exception: true, - }, "function a() { return; 1 + 1; }": { errorMessage: /unreachable code/, errorMessageName: "JSMSG_STMT_AFTER_RETURN", |