Skip to content

Commit

Permalink
Add tests for integers with underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jun 21, 2022
1 parent 9e77693 commit 7826576
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/parser/statements1.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
0O0127
-0b1101
0B1101
32_768
1_2
234403_34_32_233_3
123.
123.45
12.34e+10
Expand Down

0 comments on commit 7826576

Please sign in to comment.