Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Nov 5, 2024
1 parent 0cb6a97 commit d059da4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ expression: echo 1 + 1
end: 6,
},
value: "1",
int_value: 1,
},
right: Int {
location: SrcSpan {
start: 9,
end: 10,
},
value: "1",
int_value: 1,
},
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ expression: "echo { 1 + 1 }"
end: 8,
},
value: "1",
int_value: 1,
},
right: Int {
location: SrcSpan {
start: 11,
end: 12,
},
value: "1",
int_value: 1,
},
},
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ expression: echo echo echo 1
end: 16,
},
value: "1",
int_value: 1,
},
),
},
Expand Down

0 comments on commit d059da4

Please sign in to comment.