mirror of https://github.com/tc39/test262.git
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
// Copyright (C) 2018 Leo Balter. All rights reserved.
|
||
// This code is governed by the BSD license found in the LICENSE file.
|
||
|
||
/*---
|
||
desc: Private IdentifierName - ZWJ
|
||
esid: sec-private-names-static-semantics-stringvalue
|
||
template: private
|
||
---*/
|
||
|
||
//- declareWith
|
||
ZW_\u200D_J
|
||
//- referenceWith
|
||
ZW__J
|