mirror of https://github.com/tc39/test262.git
30 lines
464 B
Plaintext
30 lines
464 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+2028 LINE SEPARATOR <LS>
|
|
template: expression
|
|
esid: sec-white-space
|
|
info: |
|
|
<tr>
|
|
<td>
|
|
`U+2028`
|
|
</td>
|
|
<td>
|
|
LINE SEPARATOR
|
|
</td>
|
|
<td>
|
|
<LS>
|
|
</td>
|
|
</tr>
|
|
|
|
LineTerminator ::
|
|
<LF>
|
|
<CR>
|
|
<LS>
|
|
<PS>
|
|
---*/
|
|
|
|
//- character codepoints
|
|
2028
|