summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/named-groups/string-replace-unclosed.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/named-groups/string-replace-unclosed.js')
-rw-r--r--test/built-ins/RegExp/named-groups/string-replace-unclosed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/named-groups/string-replace-unclosed.js b/test/built-ins/RegExp/named-groups/string-replace-unclosed.js
index 0cec59b21..9cd28f3cb 100644
--- a/test/built-ins/RegExp/named-groups/string-replace-unclosed.js
+++ b/test/built-ins/RegExp/named-groups/string-replace-unclosed.js
@@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-description: A missing > following $< means that the $< is taken literally
+description: >
+ A missing > following $< means that the $< is taken literally
in a replacement string in the context of named capture substitution.
esid: sec-getsubstitution
features: [regexp-named-groups]