Add extends

This commit is contained in:
Leo Balter 2019-08-14 17:00:36 -04:00
parent 4d06dbc7eb
commit afcbd81061
3 changed files with 36 additions and 0 deletions

View 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

View 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

View 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