Skip to content

Commit

Permalink
Add tests to verify previous commit behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Jan 26, 2022
1 parent 08e566b commit 9d6a0d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/data/attribute_access_on_number_literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
if 10 .real:
...

y = 100[no]
y = 100(no)

# output

x = (123456789).bit_count()
Expand All @@ -39,3 +42,6 @@

if (10).real:
...

y = 100[no]
y = 100(no)

0 comments on commit 9d6a0d4

Please sign in to comment.