test262/test/language
jugglinmike 9fccd9852e Improve coverage for UniqueFormalParameters (#2043)
Previously, the early error prohibiting duplicate entries in
UniqueFormalParameters was only tested in terms of async functions. In
one case, this was misattributed to UniqeFormalParameters and only
enforced for strict mode code.

Extend coverage to the other function-creating productions which include
UniqueFormalParameters (i.e. method definitions and non-async arrow
functions), and update the existing tests to more accurately describe
the source of the error.
2019-01-23 14:07:19 -02:00
..
arguments-object
asi
block-scope Regenerate tests 2018-12-20 12:53:31 -05:00
comments
computed-property-names
destructuring/binding
directive-prologue
eval-code
export
expressions Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
function-code
future-reserved-words
global-code Generate tests 2018-12-20 12:49:50 -05:00
identifier-resolution
identifiers Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
import
keywords
line-terminators Remove invalid line terminator tests (#2044) 2019-01-23 13:56:03 -02:00
literals
module-code Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
punctuators
reserved-words
rest-parameters
source-text
statements Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
types
white-space