mirror of https://github.com/tc39/test262.git
16ef6ad10d
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) |
||
---|---|---|
.. | ||
empty-iterable.js | ||
evaluation-order.js | ||
iterator-closed-for-null-entry.js | ||
iterator-closed-for-string-entry.js | ||
iterator-closed-for-throwing-entry-key-accessor.js | ||
iterator-closed-for-throwing-entry-key-tostring.js | ||
iterator-closed-for-throwing-entry-value-accessor.js | ||
iterator-not-closed-for-next-returning-non-object.js | ||
iterator-not-closed-for-throwing-done-accessor.js | ||
iterator-not-closed-for-throwing-next.js | ||
iterator-not-closed-for-uncallable-next.js | ||
key-order.js | ||
length.js | ||
name.js | ||
prototype.js | ||
requires-argument.js | ||
simple-properties.js | ||
string-entry-object-succeeds.js | ||
string-entry-primitive-throws.js | ||
string-entry-string-object-succeeds.js | ||
supports-symbols.js | ||
to-property-key.js | ||
uses-define-semantics.js | ||
uses-keys-not-iterator.js |