test262/test/built-ins/Object/fromEntries
⭐caitp⭐ 16ef6ad10d 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)
2018-12-15 05:40:37 -05:00
..
empty-iterable.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
evaluation-order.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-null-entry.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-closed-for-string-entry.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-closed-for-throwing-entry-key-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-throwing-entry-key-tostring.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-closed-for-throwing-entry-value-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-next-returning-non-object.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
iterator-not-closed-for-throwing-done-accessor.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-throwing-next.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
iterator-not-closed-for-uncallable-next.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
key-order.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
length.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
name.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
prototype.js Two more simple tests 2018-08-13 10:25:09 -04:00
requires-argument.js Get rid of the leading empty line in info block (#1993) 2018-12-15 05:40:37 -05:00
simple-properties.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
string-entry-object-succeeds.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
string-entry-primitive-throws.js Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
string-entry-string-object-succeeds.js Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
supports-symbols.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
to-property-key.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
uses-define-semantics.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00
uses-keys-not-iterator.js Object.fromEntries: add basic tests 2018-08-13 10:25:09 -04:00