summaryrefslogtreecommitdiff
path: root/src/spread
Commit message (Collapse)AuthorAgeFilesLines
* Add generators flags for tests depending on generators features (#1259)Leo Balter2017-10-041-0/+1
| | | | | | | | | | * Add missing generators feature flags * Generate files * Add generators flags * fixup! Add generators flags
* Update test generation files to use verifyProperty instead of legacy helpersLeo Balter2017-09-084-38/+57
|
* Add missing Symbol features flagsLeo Balter2017-09-073-3/+3
|
* Remove remaining cases for ...{Leo Balter2017-08-188-224/+0
|
* Add feature flags for various testsDaniel Ehrenberg2017-04-062-0/+2
|
* Add features flag for templates w/ Object spread and restLeo Balter2017-03-2725-21/+25
|
* Improve some yield cases based on feedbackLeonardo Balter2017-03-271-0/+1
|
* Fix case sensitive template nameLeo Balter2017-03-271-1/+1
|
* Initial set for Object Spread feature (#890)Caio Lima2017-03-1327-0/+816
|
* Improve coverage for "super" keyword (#687)jugglinmike2016-06-292-2/+2
| | | | | | | | | * Improve test coverage for `super` keyword Add tests for SuperCall and SuperProperty, organized together in the `test/language/expressions/super/` directory. For SuperProperty, include tests for usage from within Object initializers and class bodies because a different set of semantics are observable from each context.
* Add test cases for spread operatorMike Pennisi2016-06-114-0/+128
| | | | | The operand of the spread operator may be an AssignmentExpression. Add test cases which demonstrate this.
* Add test templates for spread in array initializerMike Pennisi2016-06-112-0/+57
| | | | | Formulate templates for the SpreadElement in an array initializer in order to conform to existing pattern.
* Use distinct variable name within test caseMike Pennisi2016-05-191-3/+3
| | | | | In order to increase the clarity of generated output, select a name for the test case variable that is not also used by a test template.
* Add test cases for the spread operatorMike Pennisi2016-05-1916-0/+570
|
* Specify `esid` tag in test templatesMike Pennisi2016-05-196-0/+6
|
* Add initial set of generated test sourcesMike Pennisi2016-03-168-0/+230