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

View File

@ -12,7 +12,7 @@ info: |
6. Let result be ? RegExpExec(rx, S). 6. Let result be ? RegExpExec(rx, S).
7. Let currentLastIndex be ? Get(rx, "lastIndex"). 7. Let currentLastIndex be ? Get(rx, "lastIndex").
8. If SameValue(currentLastIndex, previousLastIndex) is false, then 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] features: [Symbol.search]
---*/ ---*/