From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- ...regular-expression-literal-four-per-em-space.js | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 js/src/tests/test262/language/white-space/after-regular-expression-literal-four-per-em-space.js (limited to 'js/src/tests/test262/language/white-space/after-regular-expression-literal-four-per-em-space.js') diff --git a/js/src/tests/test262/language/white-space/after-regular-expression-literal-four-per-em-space.js b/js/src/tests/test262/language/white-space/after-regular-expression-literal-four-per-em-space.js new file mode 100644 index 0000000000..8856254d64 --- /dev/null +++ b/js/src/tests/test262/language/white-space/after-regular-expression-literal-four-per-em-space.js @@ -0,0 +1,49 @@ +// This file was procedurally generated from the following sources: +// - src/insignificant-input-elements/four-per-em-space.case +// - src/insignificant-input-elements/expression/after-regular-expression-literal.template +/*--- +description: U+2005 FOUR-PER-EM SPACE (after regular expression literal) +esid: sec-lexical-and-regexp-grammars +flags: [generated] +info: | + Input elements other than white space and comments form the terminal symbols + for the syntactic grammar for ECMAScript and are called ECMAScript + tokens. These tokens are the reserved words, identifiers, literals, + and punctuators of the ECMAScript language. Moreover, line terminators, + although not considered to be tokens, also become part of the stream of input + elements and guide the process of automatic semicolon insertion + (). Simple + white space and single-line comments are discarded and do not appear in the + stream of input elements for the syntactic grammar. A |MultiLineComment| (that + is, a comment of the form `/*`…`*``/` regardless of whether it spans more + than one line) is likewise simply discarded if it contains no line terminator; + but if a |MultiLineComment| contains one or more line terminators, then it is + replaced by a single line terminator, which becomes part of the stream of + input elements for the syntactic grammar. + + + + Other category “Zs” + + + Any other Unicode “Space_Separator” code point + + + <USP> + + + + WhiteSpace :: + <TAB> + <VT> + <FF> + <SP> + <NBSP> + <ZWNBSP> + <USP> +---*/ + + +/x/g ; + +reportCompare(0, 0); -- cgit v1.2.3