diff options
Diffstat (limited to 'test/built-ins/RegExp/named-groups/groups-object-subclass.js')
-rw-r--r-- | test/built-ins/RegExp/named-groups/groups-object-subclass.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/named-groups/groups-object-subclass.js b/test/built-ins/RegExp/named-groups/groups-object-subclass.js index a7880586a..af5d02f28 100644 --- a/test/built-ins/RegExp/named-groups/groups-object-subclass.js +++ b/test/built-ins/RegExp/named-groups/groups-object-subclass.js @@ -7,7 +7,7 @@ description: > includes: [propertyHelper.js] esid: sec-regexpbuiltinexec features: [regexp-named-groups] -info: > +info: | Runtime Semantics: RegExpBuiltinExec ( R, S ) 24. If _R_ contains any |GroupName|, then a. Let _groups_ be ObjectCreate(*null*). |