Skip to content
Snippets Groups Projects
Commit 16ef6ad1 authored by ⭐caitp⭐'s avatar ⭐caitp⭐ Committed by Leo Balter
Browse files

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)
parent d496acc7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
esid: sec-object.fromentries
description: Throws when called without an argument.
info: |
Object.fromEntries ( iterable )
1. Perform ? RequireObjectCoercible(iterable).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment