Skip to content

Commit

Permalink
Change line endings from CRLF to LF in ast.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherClown committed Oct 4, 2024
1 parent 1628b31 commit 420ba01
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,34 +78,34 @@ stmts:
line: 1
character: 14
end_position:
bytes: 15
bytes: 14
line: 1
character: 15
character: 14
token_type:
type: Whitespace
characters: "\r\n"
characters: "\n"
declare_as:
Typeof:
typeof_token:
leading_trivia:
- start_position:
bytes: 15
bytes: 14
line: 2
character: 1
end_position:
bytes: 19
bytes: 18
line: 2
character: 5
token_type:
type: Whitespace
characters: " "
token:
start_position:
bytes: 19
bytes: 18
line: 2
character: 5
end_position:
bytes: 25
bytes: 24
line: 2
character: 11
token_type:
Expand All @@ -117,11 +117,11 @@ stmts:
- leading_trivia: []
token:
start_position:
bytes: 25
bytes: 24
line: 2
character: 11
end_position:
bytes: 26
bytes: 25
line: 2
character: 12
token_type:
Expand All @@ -131,40 +131,40 @@ stmts:
- leading_trivia: []
token:
start_position:
bytes: 28
bytes: 27
line: 2
character: 14
end_position:
bytes: 29
bytes: 28
line: 2
character: 15
token_type:
type: Symbol
symbol: )
trailing_trivia:
- start_position:
bytes: 29
bytes: 28
line: 2
character: 15
end_position:
bytes: 31
bytes: 29
line: 2
character: 16
character: 15
token_type:
type: Whitespace
characters: "\r\n"
characters: "\n"
inner:
TableConstructor:
braces:
tokens:
- leading_trivia: []
token:
start_position:
bytes: 26
bytes: 25
line: 2
character: 12
end_position:
bytes: 27
bytes: 26
line: 2
character: 13
token_type:
Expand All @@ -174,11 +174,11 @@ stmts:
- leading_trivia: []
token:
start_position:
bytes: 27
bytes: 26
line: 2
character: 13
end_position:
bytes: 28
bytes: 27
line: 2
character: 14
token_type:
Expand Down

0 comments on commit 420ba01

Please sign in to comment.