mirror of
https://github.com/tc39/test262.git
synced 2025-08-28 13:28:38 +02:00
18 lines
782 B
JavaScript
18 lines
782 B
JavaScript
// This file was procedurally generated from the following sources:
|
|
// - src/regexp-insignificant-ws/000A-escaped.case
|
|
// - src/regexp-insignificant-ws/default/after.template
|
|
/*---
|
|
description: 000A (LF) (WhiteSpace character positioned after)
|
|
esid: prod-RegularExpressionLiteral
|
|
flags: [generated]
|
|
info: |
|
|
In the ECMAScript lexical grammar, WhiteSpace is defined to include ASCII
|
|
tab/vertical tab/form feed/space, nonbreaking space, BOM/zero-width
|
|
nonbreaking space, and any code point with the Unicode property
|
|
“Space_Separator”, and LineTerminator is any of U+000A LINE FEED, U+000D
|
|
CARRIAGE RETURN, U+2028 LINE SEPARATOR, and U+2029 PARAGRAPH SEPARATOR. Both
|
|
are required to be insignificant in between expression tokens
|
|
---*/
|
|
|
|
/.//*{ character }*/;
|