mirror of https://github.com/tc39/test262.git
33 lines
508 B
Plaintext
33 lines
508 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+000C FORM FEED <FF>
|
|
template: expression
|
|
esid: sec-white-space
|
|
info: |
|
|
<tr>
|
|
<td>
|
|
`U+000C`
|
|
</td>
|
|
<td>
|
|
FORM FEED (FF)
|
|
</td>
|
|
<td>
|
|
<FF>
|
|
</td>
|
|
</tr>
|
|
|
|
WhiteSpace ::
|
|
<TAB>
|
|
<VT>
|
|
<FF>
|
|
<SP>
|
|
<NBSP>
|
|
<ZWNBSP>
|
|
<USP>
|
|
---*/
|
|
|
|
//- character codepoints
|
|
000C
|