The generation tool does not properly substitute in cases such as: ```javascript /foo//*{ bar }*/ ``` Though something like this works: ```javascript /foo/ /*{ bar }*/ ``` It seems that [`find_comments()`](https://github.com/tc39/test262/blob/ff405fd0df81ff52c3bcb5b2be3e872983fb0402/tools/generation/lib/util/find_comments.py#L4) needs to learn about regexp literals and handle them properly. See https://github.com/tc39/test262/pull/3807#issuecomment-1492571532