Skip to content

Commit

Permalink
[Parser] added additional number literal test
Browse files Browse the repository at this point in the history
  • Loading branch information
isuckatcs committed Jun 30, 2024
1 parent 9c7bac7 commit b9ddec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parser/primary.al
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ fn main(): void {
// CHECK: [[# @LINE + 1 ]]:5: error: expected expression
.0;

// CHECK: [[# @LINE + 1 ]]:5: error: expected expression
0.;

// CHECK: [[# @LINE + 1 ]]:6: error: expected expression
();

Expand Down

0 comments on commit b9ddec9

Please sign in to comment.