Get rid of the leading empty line in info block (#1993)

This makes v8's _monkeyYaml happy --- without it, the info block never ends, and we fail to parse the `features` key.

An explicit indentation marker isn't used because monkeyYaml doesn't supported it, and adding it might slightly slow things down.

Using PyYAML instead was considered, but after trying it, I don't think it looks viable. [simple test cases](https://gist.github.com/caitp/4a59a67f671907c11051a1b7bd5fdaae)
This commit is contained in:
⭐caitp⭐ 2018-12-15 05:40:37 -05:00 committed by Leo Balter
parent d496acc731
commit 16ef6ad10d
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
esid: sec-object.fromentries
description: Throws when called without an argument.
info: |
Object.fromEntries ( iterable )
1. Perform ? RequireObjectCoercible(iterable).