mirror of https://github.com/tc39/test262.git
33 lines
569 B
Plaintext
33 lines
569 B
Plaintext
// Copyright (C) 2021 Richard Gibson. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
desc: U+2000 EN QUAD
|
|
template: expression
|
|
esid: sec-white-space
|
|
info: |
|
|
<tr>
|
|
<td>
|
|
Other category “Zs”
|
|
</td>
|
|
<td>
|
|
Any other Unicode “Space_Separator” code point
|
|
</td>
|
|
<td>
|
|
<USP>
|
|
</td>
|
|
</tr>
|
|
|
|
WhiteSpace ::
|
|
<TAB>
|
|
<VT>
|
|
<FF>
|
|
<SP>
|
|
<NBSP>
|
|
<ZWNBSP>
|
|
<USP>
|
|
---*/
|
|
|
|
//- character codepoints
|
|
2000
|