// This file was procedurally generated from the following sources:
// - src/insignificant-input-elements/punctuation-space.case
// - src/insignificant-input-elements/expression/after-regular-expression-literal.template
/*---
description: U+2008 PUNCTUATION 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
(