forked from NomicFoundation/slang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ignore subsequent empty matches in a sequence when unwinding
- Loading branch information
Showing
11 changed files
with
273 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
crates/solidity/outputs/cargo/slang_solidity/src/generated/parser_support/sequence_helper.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
...cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.4.11-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or ThrowKeyword or TrueKeyword or UfixedKeyword or UintKeyword or VarKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
...cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.4.21-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or ThrowKeyword or TrueKeyword or UfixedKeyword or UintKeyword or VarKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
.../cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.5.0-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or TrueKeyword or UfixedKeyword or UintKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
.../cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.5.3-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or TrueKeyword or TypeKeyword or UfixedKeyword or UintKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
.../cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.6.0-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or PayableKeyword or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or StringKeyword or TrueKeyword or TryKeyword or TypeKeyword or UfixedKeyword or UintKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
.../cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.7.0-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or ByteKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or DoubleQuotedUnicodeStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or PayableKeyword or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or SingleQuotedUnicodeStringLiteral or StringKeyword or TrueKeyword or TryKeyword or TypeKeyword or UfixedKeyword or UintKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
33 changes: 33 additions & 0 deletions
33
.../cst_output/Statements/recovery_ignore_multiple_empty_matches/generated/0.8.0-failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ for(int) │ 0..8 | ||
Errors: # 2 total | ||
- > | ||
Error: Expected Ampersand or AmpersandAmpersand or AmpersandEqual or Asterisk or AsteriskAsterisk or AsteriskEqual or BangEqual or Bar or BarBar or BarEqual or Caret or CaretEqual or Equal or EqualEqual or GreaterThan or GreaterThanEqual or GreaterThanGreaterThan or GreaterThanGreaterThanEqual or GreaterThanGreaterThanGreaterThan or GreaterThanGreaterThanGreaterThanEqual or LessThan or LessThanEqual or LessThanLessThan or LessThanLessThanEqual or Minus or MinusEqual or Percent or PercentEqual or Plus or PlusEqual or Semicolon or Slash or SlashEqual. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:8] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
- > | ||
Error: Expected AddressKeyword or AssemblyKeyword or BoolKeyword or BreakKeyword or BytesKeyword or ContinueKeyword or DecimalLiteral or DoKeyword or DoubleQuotedHexStringLiteral or DoubleQuotedStringLiteral or DoubleQuotedUnicodeStringLiteral or EmitKeyword or FalseKeyword or FixedKeyword or ForKeyword or FunctionKeyword or HexLiteral or Identifier or IfKeyword or IntKeyword or MappingKeyword or NewKeyword or OpenBrace or OpenBracket or OpenParen or PayableKeyword or ReturnKeyword or SingleQuotedHexStringLiteral or SingleQuotedStringLiteral or SingleQuotedUnicodeStringLiteral or StringKeyword or TrueKeyword or TryKeyword or TypeKeyword or UfixedKeyword or UintKeyword or UncheckedKeyword or WhileKeyword. | ||
╭─[crates/solidity/testing/snapshots/cst_output/Statements/recovery_ignore_multiple_empty_matches/input.sol:1:10] | ||
│ | ||
1 │ for(int) | ||
│ │ | ||
│ ╰─ Error occurred here. | ||
───╯ | ||
Tree: | ||
- (Statements): # "for(int)\n" (0..9) | ||
- (item꞉ Statement) ► (variant꞉ ForStatement): # "for(int)\n" (0..9) | ||
- (for_keyword꞉ ForKeyword): "for" # (0..3) | ||
- (open_paren꞉ OpenParen): "(" # (3..4) | ||
- (initialization꞉ ForStatementInitialization) ► (variant꞉ ExpressionStatement) ► (expression꞉ Expression) ► (variant꞉ ElementaryType) ► (variant꞉ IntKeyword): "int" # (4..7) | ||
- (SKIPPED): "" # (7..7) | ||
- (close_paren꞉ CloseParen): ")" # (7..8) | ||
- (trailing_trivia꞉ EndOfLine): "\n" # (8..9) | ||
- (SKIPPED): "" # (9..9) |
Oops, something went wrong.