Backed out changeset 58983adca2f1 (bug 1916328) for causing dt failures @ browser_par...
[gecko.git] / js / src / tests / test262 / language / literals / regexp / early-err-arithmetic-modifiers-add-remove-m.js
blob03f1b333c288d11612c7a3e38dc2b98107b7bbdb
1 // |reftest| shell-option(--enable-regexp-modifiers) skip-if(release_or_beta||!xulRuntime.shell) error:SyntaxError -- regexp-modifiers is not released yet, requires shell-options
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: It is a Syntax Error if the any code point in the source text matched by the first RegularExpressionFlags is also contained in the source text matched by the second RegularExpressionFlags. (arithmetic regular expression flags)
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     ...
16 ---*/
18 $DONOTEVALUATE();
20 /(?m-m:a)//*{ global-modifiers }*/;