mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Add extends
This commit is contained in:
parent
4d06dbc7eb
commit
afcbd81061
12
src/identifier-names/extends-escaped-ext.case
Normal file
12
src/identifier-names/extends-escaped-ext.case
Normal file
@ -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
|
12
src/identifier-names/extends-escaped.case
Normal file
12
src/identifier-names/extends-escaped.case
Normal file
@ -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
|
12
src/identifier-names/extends.case
Normal file
12
src/identifier-names/extends.case
Normal file
@ -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…
x
Reference in New Issue
Block a user