mirror of https://github.com/tc39/test262.git
Add extends
This commit is contained in:
parent
4d06dbc7eb
commit
afcbd81061
|
@ -0,0 +1,12 @@
|
|||
// Copyright (C) 2019 Leo Balter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
desc: extends is a valid identifier name, using extended escape
|
||||
template: default
|
||||
---*/
|
||||
|
||||
//- declareWith
|
||||
\u{65}xtends
|
||||
//- referenceWith
|
||||
extends
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (C) 2019 Leo Balter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
desc: extends is a valid identifier name, using escape
|
||||
template: default
|
||||
---*/
|
||||
|
||||
//- declareWith
|
||||
\u0065xtends
|
||||
//- referenceWith
|
||||
extends
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright (C) 2019 Leo Balter. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
desc: extends is a valid identifier name
|
||||
template: default
|
||||
---*/
|
||||
|
||||
//- declareWith
|
||||
extends
|
||||
//- referenceWith
|
||||
extends
|
Loading…
Reference in New Issue