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.
Originally fixed by NomicFoundation#800 Closes NomicFoundation#790
- Loading branch information
1 parent
f1cdae6
commit 058b9be
Showing
9 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
crates/solidity/outputs/cargo/tests/src/cst_output/generated/string_literal.rs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...testing/snapshots/cst_output/StringLiteral/tabs_double_quote/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,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ "tab: " │ 0..7 | ||
Errors: # 1 total | ||
- > | ||
Error: Expected DoubleQuotedStringLiteral or SingleQuotedStringLiteral. | ||
╭─[crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_double_quote/input.sol:1:1] | ||
│ | ||
1 │ "tab: " | ||
│ ────┬───── | ||
│ ╰─────── Error occurred here. | ||
───╯ | ||
Tree: | ||
- (SKIPPED): '"tab:\t"\n' # (0..8) |
11 changes: 11 additions & 0 deletions
11
...testing/snapshots/cst_output/StringLiteral/tabs_double_quote/generated/0.4.12-success.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,11 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ "tab: " │ 0..7 | ||
Errors: [] | ||
|
||
Tree: | ||
- (StringLiteral): # '"tab:\t"\n' (0..8) | ||
- (variant꞉ DoubleQuotedStringLiteral): '"tab:\t"' # (0..7) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (7..8) |
17 changes: 17 additions & 0 deletions
17
.../testing/snapshots/cst_output/StringLiteral/tabs_double_quote/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,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ "tab: " │ 0..7 | ||
Errors: # 1 total | ||
- > | ||
Error: Expected DoubleQuotedStringLiteral or SingleQuotedStringLiteral. | ||
╭─[crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_double_quote/input.sol:1:1] | ||
│ | ||
1 │ "tab: " | ||
│ ────┬───── | ||
│ ╰─────── Error occurred here. | ||
───╯ | ||
Tree: | ||
- (SKIPPED): '"tab:\t"\n' # (0..8) |
1 change: 1 addition & 0 deletions
1
crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_double_quote/input.sol
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 @@ | ||
"tab: " |
17 changes: 17 additions & 0 deletions
17
...testing/snapshots/cst_output/StringLiteral/tabs_single_quote/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,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ 'tab: ' │ 0..7 | ||
Errors: # 1 total | ||
- > | ||
Error: Expected DoubleQuotedStringLiteral or SingleQuotedStringLiteral. | ||
╭─[crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_single_quote/input.sol:1:1] | ||
│ | ||
1 │ 'tab: ' | ||
│ ────┬───── | ||
│ ╰─────── Error occurred here. | ||
───╯ | ||
Tree: | ||
- (SKIPPED): "'tab:\t'\n" # (0..8) |
11 changes: 11 additions & 0 deletions
11
...testing/snapshots/cst_output/StringLiteral/tabs_single_quote/generated/0.4.12-success.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,11 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ 'tab: ' │ 0..7 | ||
Errors: [] | ||
|
||
Tree: | ||
- (StringLiteral): # "'tab:\t'\n" (0..8) | ||
- (variant꞉ SingleQuotedStringLiteral): "'tab:\t'" # (0..7) | ||
- (TrailingTrivia) ► (EndOfLine): "\n" # (7..8) |
17 changes: 17 additions & 0 deletions
17
.../testing/snapshots/cst_output/StringLiteral/tabs_single_quote/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,17 @@ | ||
# This file is generated automatically by infrastructure scripts. Please don't edit by hand. | ||
|
||
Source: > | ||
1 │ 'tab: ' │ 0..7 | ||
Errors: # 1 total | ||
- > | ||
Error: Expected DoubleQuotedStringLiteral or SingleQuotedStringLiteral. | ||
╭─[crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_single_quote/input.sol:1:1] | ||
│ | ||
1 │ 'tab: ' | ||
│ ────┬───── | ||
│ ╰─────── Error occurred here. | ||
───╯ | ||
Tree: | ||
- (SKIPPED): "'tab:\t'\n" # (0..8) |
1 change: 1 addition & 0 deletions
1
crates/solidity/testing/snapshots/cst_output/StringLiteral/tabs_single_quote/input.sol
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 @@ | ||
'tab: ' |