summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp
diff options
context:
space:
mode:
authorLeonardo Balter <leonardo.balter@gmail.com>2016-02-04 19:12:53 -0200
committerGorkem Yakin <goyakin@microsoft.com>2016-02-12 16:22:56 -0800
commitebda746e6a08615c6cf6b526c0b3ef8844edfb6e (patch)
tree1e0a3f2be2f7a097e416ff2a1485c997e0abba79 /test/built-ins/RegExp
parent76080eac08d5295658f9e8abe471b18b4e80e24d (diff)
downloadqtdeclarative-testsuites-ebda746e6a08615c6cf6b526c0b3ef8844edfb6e.tar.gz
Replace es7id tags with id
Diffstat (limited to 'test/built-ins/RegExp')
-rwxr-xr-xtest/built-ins/RegExp/prototype/Symbol.split/last-index-exceeds-str-size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/Symbol.split/last-index-exceeds-str-size.js b/test/built-ins/RegExp/prototype/Symbol.split/last-index-exceeds-str-size.js
index 749c9c355..f8609d320 100755
--- a/test/built-ins/RegExp/prototype/Symbol.split/last-index-exceeds-str-size.js
+++ b/test/built-ins/RegExp/prototype/Symbol.split/last-index-exceeds-str-size.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es7id: 21.2.5.11
+id: sec-regexp.prototype-@@split
description: The `lastIndex` property is clamped to the string size.
info: >
RegExp.prototype [ @@split ] ( string, limit )