Fix inconsistent indentation in YAML

This commit is contained in:
Alexey Shvayka 2020-03-25 14:46:18 +02:00 committed by Rick Waldron
parent ad046ceddd
commit 9b71a7cada
1 changed files with 1 additions and 1 deletions

View File

@ -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]
---*/