Bug 1903169 - Drop directory lock only when GetDatabasesOp owns one; r=dom-storage...
[gecko.git] / js / src / tests / test262 / language / literals / regexp / early-err-arithmetic-modifiers-other-code-point-combining-s.js
blob35bda819bdfceb1d4937abf6cfa7ab12e430dd2f
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: It is a Syntax Error if the source text matched by RegularExpressionFlags contains any code point other than i, m, or s, or if it contains the same code point more than once. (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 /(?-s̀:a)//*{ global-modifiers }*/;