mirror of https://github.com/tc39/test262.git
Fix inconsistent indentation in YAML
This commit is contained in:
parent
ad046ceddd
commit
9b71a7cada
|
@ -12,7 +12,7 @@ info: |
|
|||
6. Let result be ? RegExpExec(rx, S).
|
||||
7. Let currentLastIndex be ? Get(rx, "lastIndex").
|
||||
8. If SameValue(currentLastIndex, previousLastIndex) is false, then
|
||||
a. Perform ? Set(rx, "lastIndex", previousLastIndex, true).
|
||||
a. Perform ? Set(rx, "lastIndex", previousLastIndex, true).
|
||||
[...]
|
||||
features: [Symbol.search]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue