mirror of https://github.com/tc39/test262.git
Remove some spurious blank lines
A few BigInt tests had a blank line in an inconvenient place which breaks an old, possibly incorrect YAML parser used by V8's test262 test automation. The best fix is to deploy a new YAML parser, but in the short term, this patch deletes the blank lines and lets V8 understand the feature flags below. Related: #1370
This commit is contained in:
parent
8311965251
commit
c48cd085ae
|
@ -5,7 +5,6 @@
|
||||||
description: Bitwise AND for BigInt non-primitive values
|
description: Bitwise AND for BigInt non-primitive values
|
||||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
5. Let lnum be ? ToNumeric(lval).
|
5. Let lnum be ? ToNumeric(lval).
|
||||||
6. Let rnum be ? ToNumeric(rval).
|
6. Let rnum be ? ToNumeric(rval).
|
||||||
...
|
...
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
description: Bitwise OR for BigInt non-primitive values
|
description: Bitwise OR for BigInt non-primitive values
|
||||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
5. Let lnum be ? ToNumeric(lval).
|
5. Let lnum be ? ToNumeric(lval).
|
||||||
6. Let rnum be ? ToNumeric(rval).
|
6. Let rnum be ? ToNumeric(rval).
|
||||||
...
|
...
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
description: Bitwise XOR for BigInt non-primitive values
|
description: Bitwise XOR for BigInt non-primitive values
|
||||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||||
info: |
|
info: |
|
||||||
|
|
||||||
5. Let lnum be ? ToNumeric(lval).
|
5. Let lnum be ? ToNumeric(lval).
|
||||||
6. Let rnum be ? ToNumeric(rval).
|
6. Let rnum be ? ToNumeric(rval).
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue