diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-05-16 20:34:18 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-05-16 20:34:18 +0200 |
commit | f95b8ba1bbf2f6ec85c340d470ad10d335b243c2 (patch) | |
tree | 1f9a98250e5b5b1d959a32bc5efc0627181bd842 /test262.conf | |
parent | 9c973a8923145c5682afb904621cfbc59a7ec7f9 (diff) | |
download | quickjs-f95b8ba1bbf2f6ec85c340d470ad10d335b243c2.tar.gz quickjs-f95b8ba1bbf2f6ec85c340d470ad10d335b243c2.zip |
added regexp modifiers
Diffstat (limited to 'test262.conf')
-rw-r--r-- | test262.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test262.conf b/test262.conf index e99e9da..02df380 100644 --- a/test262.conf +++ b/test262.conf @@ -177,7 +177,7 @@ regexp-dotall regexp-duplicate-named-groups=skip regexp-lookbehind regexp-match-indices -regexp-modifiers=skip +regexp-modifiers regexp-named-groups regexp-unicode-property-escapes regexp-v-flag |