Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / language / literals / regexp / early-err-arithmetic-modifiers-no-colon-1.js
bloba392d5b0e08850752e5a9d4f901eadfd67dfc0b1
1 // |reftest| skip error:SyntaxError -- regexp-modifiers is not supported
2 // Copyright (C) 2024 Igalia, S.L. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
5 /*---
6 description: Regular expression modifiers should not parse without the colon.
7 esid: sec-patterns-static-semantics-early-errors
8 features: [regexp-modifiers]
9 negative:
10   phase: parse
11   type: SyntaxError
12 info: |
13     Atom :: ( ? RegularExpressionFlags - RegularExpressionFlags : Disjunction )
14     ...
15 ---*/
17 $DONOTEVALUATE();
19 /(?ms-i)/;