Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jun 9, 2024
1 parent ca3ed41 commit 3e2a896
Showing 1 changed file with 1 addition and 146 deletions.
147 changes: 1 addition & 146 deletions full-moon/tests/lua52_cases/pass/numbers/tokens.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
source: full-moon/tests/pass_cases.rs
assertion_line: 40
expression: tokens
input_file: full-moon/tests/lua52_cases/pass/numbers
---
- start_position:
bytes: 0
Expand Down Expand Up @@ -361,152 +359,9 @@ input_file: full-moon/tests/lua52_cases/pass/numbers
line: 9
character: 1
end_position:
bytes: 151
bytes: 150
line: 9
character: 1
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 151
line: 10
character: 1
end_position:
bytes: 231
line: 10
character: 81
token_type:
type: SingleLineComment
comment: " LuaJIT numbers (ULL/LL ending for both decimal and hexidecimal, or imaginary)"
- start_position:
bytes: 231
line: 10
character: 81
end_position:
bytes: 232
line: 10
character: 81
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 232
line: 11
character: 1
end_position:
bytes: 274
line: 11
character: 43
token_type:
type: SingleLineComment
comment: " This is in Lua 5.2 tests for simplicity"
- start_position:
bytes: 274
line: 11
character: 43
end_position:
bytes: 275
line: 11
character: 43
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 275
line: 12
character: 1
end_position:
bytes: 343
line: 12
character: 69
token_type:
type: SingleLineComment
comment: " rewrite todo: add this back, but in a separate luajit pass folder"
- start_position:
bytes: 343
line: 12
character: 69
end_position:
bytes: 344
line: 12
character: 69
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 344
line: 13
character: 1
end_position:
bytes: 361
line: 13
character: 18
token_type:
type: SingleLineComment
comment: " local d = 42LL"
- start_position:
bytes: 361
line: 13
character: 18
end_position:
bytes: 362
line: 13
character: 18
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 362
line: 14
character: 1
end_position:
bytes: 381
line: 14
character: 20
token_type:
type: SingleLineComment
comment: " local e = 0x2aLL"
- start_position:
bytes: 381
line: 14
character: 20
end_position:
bytes: 382
line: 14
character: 20
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 382
line: 15
character: 1
end_position:
bytes: 400
line: 15
character: 19
token_type:
type: SingleLineComment
comment: " local f = 12.5i"
- start_position:
bytes: 400
line: 15
character: 19
end_position:
bytes: 401
line: 15
character: 19
token_type:
type: Whitespace
characters: "\n"
- start_position:
bytes: 401
line: 16
character: 1
end_position:
bytes: 401
line: 16
character: 1
token_type:
type: Eof

0 comments on commit 3e2a896

Please sign in to comment.