mirror of https://github.com/tc39/test262.git
Merge pull request #935 from leobalter/fix-case-sensitive
Fix case sensitive
This commit is contained in:
commit
8d446b0ac7
src/spread
test/language/expressions
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
desc: Object Spread operator results in error when there is an getter that throws an exception
|
||||
template: Error
|
||||
template: error
|
||||
esid: pending
|
||||
info: |
|
||||
Pending Runtime Semantics: PropertyDefinitionEvaluation
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue