mirror of https://github.com/tc39/test262.git
Merge pull request #1371 from littledan/remove-blank-lines
Remove some spurious blank lines
This commit is contained in:
commit
b4a146ec8f
|
@ -5,7 +5,6 @@
|
|||
description: Bitwise AND for BigInt non-primitive values
|
||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
||||
5. Let lnum be ? ToNumeric(lval).
|
||||
6. Let rnum be ? ToNumeric(rval).
|
||||
...
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
description: Bitwise OR for BigInt non-primitive values
|
||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
||||
5. Let lnum be ? ToNumeric(lval).
|
||||
6. Let rnum be ? ToNumeric(rval).
|
||||
...
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
description: Bitwise XOR for BigInt non-primitive values
|
||||
esid: sec-binary-bitwise-operators-runtime-semantics-evaluation
|
||||
info: |
|
||||
|
||||
5. Let lnum be ? ToNumeric(lval).
|
||||
6. Let rnum be ? ToNumeric(rval).
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue