Generate tests

This commit is contained in:
Leo Balter 2017-03-27 12:17:57 -04:00
parent 1e35ec9fed
commit db9dc643e9
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/array.template
// - src/spread/error/array.template
/*---
description: Object Spread operator results in error when there is an getter that throws an exception (Array initializer)
esid: sec-runtime-semantics-arrayaccumulation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/call-expr.template
// - src/spread/error/call-expr.template
/*---
description: Object Spread operator results in error when there is an getter that throws an exception (CallExpression)
esid: sec-function-calls-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/member-expr.template
// - src/spread/error/member-expr.template
/*---
description: Object Spread operator results in error when there is an getter that throws an exception (`new` operator)
esid: sec-new-operator-runtime-semantics-evaluation

View File

@ -1,6 +1,6 @@
// This file was procedurally generated from the following sources:
// - src/spread/mult-err-obj-getter-throws.case
// - src/spread/Error/super-call.template
// - src/spread/error/super-call.template
/*---
description: Object Spread operator results in error when there is an getter that throws an exception (SuperCall)
esid: sec-super-keyword-runtime-semantics-evaluation