-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final (rebase this somehow or something idk)
- Loading branch information
Showing
253 changed files
with
1,173 additions
and
567 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+172 Bytes
..._line_edge_case_sandwiched_newline_2.snap → ..._line_edge_case_sandwiched_newline_2.snap
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
115 changes: 115 additions & 0 deletions
115
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-2.snap
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,115 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: module | ||
--- | ||
Module { | ||
body: [ | ||
Import( | ||
Module { | ||
path: [ | ||
"module", | ||
], | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
), | ||
Import( | ||
Symbols { | ||
path: [ | ||
"module", | ||
], | ||
symbols: [ | ||
ImportSymbol { | ||
name: "z", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
], | ||
}, | ||
), | ||
Import( | ||
Symbols { | ||
path: [ | ||
"module", | ||
], | ||
symbols: [ | ||
ImportSymbol { | ||
name: "x", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
ImportSymbol { | ||
name: "y", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
ImportSymbol { | ||
name: "z", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
], | ||
}, | ||
), | ||
Import( | ||
Module { | ||
path: [ | ||
"module", | ||
"nested", | ||
], | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
), | ||
Import( | ||
Symbols { | ||
path: [ | ||
"module", | ||
"nested", | ||
], | ||
symbols: [ | ||
ImportSymbol { | ||
name: "z", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
], | ||
}, | ||
), | ||
Import( | ||
Symbols { | ||
path: [ | ||
"module", | ||
"nested", | ||
], | ||
symbols: [ | ||
ImportSymbol { | ||
name: "x", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
ImportSymbol { | ||
name: "y", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
ImportSymbol { | ||
name: "z", | ||
alias: Some( | ||
"temp", | ||
), | ||
}, | ||
], | ||
}, | ||
), | ||
], | ||
} |
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-4.snap
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 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: errors | ||
--- | ||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m [31;4mfrom[0m m import b | ||
[34m|[0m | ||
|
||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m from m [31;4mimport[0m b | ||
[34m|[0m | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-5.snap
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 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: errors | ||
--- | ||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m [31;4mm[0m | ||
[34m|[0m | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-6.snap
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 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: errors | ||
--- | ||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m [31;4ma[0m | ||
[34m|[0m | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-7.snap
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 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: errors | ||
--- | ||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m [31;4mb[0m | ||
[34m|[0m | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
crates/syntax/src/parser/snapshots/hebi_syntax__parser__tests__import_stmt-8.snap
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 @@ | ||
--- | ||
source: crates/syntax/src/parser/tests.rs | ||
expression: errors | ||
--- | ||
[31merror[0m: invalid indentation | ||
[34m>[0m code:2 | ||
[34m|[0m | ||
[34m|[0m [31;4m.[0mb | ||
[34m|[0m | ||
|
||
|
Oops, something went wrong.