mirror of
https://github.com/tc39/test262.git
synced 2025-07-16 10:34:44 +02:00
30 lines
474 B
Plaintext
30 lines
474 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+2029 PARAGRAPH SEPARATOR <PS>
|
|
template: expression
|
|
esid: sec-white-space
|
|
info: |
|
|
<tr>
|
|
<td>
|
|
`U+2029`
|
|
</td>
|
|
<td>
|
|
PARAGRAPH SEPARATOR
|
|
</td>
|
|
<td>
|
|
<PS>
|
|
</td>
|
|
</tr>
|
|
|
|
LineTerminator ::
|
|
<LF>
|
|
<CR>
|
|
<LS>
|
|
<PS>
|
|
---*/
|
|
|
|
//- character codepoints
|
|
2029
|