Remove other leading empty lines in info blocks

This commit is contained in:
Leo Balter 2019-02-25 16:14:14 -05:00
parent 0fb6388682
commit 262216ed5b
17 changed files with 0 additions and 17 deletions

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
StrDecimalDigits . StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrUnsignedDecimalLiteral
info: |
StrStrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - . StrDecimalDigits StrExponentPart
info: |
StrUnsignedDecimalLiteral :::
. StrDecimalDigits StrExponentPart

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - NonZeroDigit NumericLiteralSeparator DecimalDigit
info: |
StrUnsignedDecimalLiteral :::
StrUnsignedDecimalLiteral

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - StrDecimalDigits
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat - DecimalDigit
info: |
StrDecimalDigits :::
DecimalDigit
StrDecimalDigits DecimalDigit

View File

@ -6,7 +6,6 @@ esid: sec-tonumber-applied-to-the-string-type
description: >
The NSL does not affect strings parsed by parseFloat (StrUnsignedDecimalLiteral)
info: |
StrDecimalLiteral :::
StrUnsignedDecimalLiteral
+ StrUnsignedDecimalLiteral

View File

@ -5,7 +5,6 @@ esid: sec-delete-operator
description: >
White Space and Line Terminator between "delete" and UnaryExpression are allowed
info: |
UnaryExpression :
delete UnaryExpression

View File

@ -5,7 +5,6 @@ esid: sec-gettemplateobject
description: >
Template objects are canonicalized separately for each realm using its Realm Record's [[TemplateMap]]. Each [[Site]] value is a Parse Node that is a TemplateLiteral
info: |
Let rawStrings be TemplateStrings of templateLiteral with argument true.
Let realm be the current Realm Record.
Let templateRegistry be realm.[[TemplateMap]].