mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Integer test fixture
This commit is contained in:
parent
5a6687e395
commit
1ae5f37bf6
14
test/fixtures/python/integer.A.py
vendored
Normal file
14
test/fixtures/python/integer.A.py
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-1
|
||||
0xDEAD
|
||||
0XDEAD
|
||||
1j
|
||||
-1j
|
||||
0o123
|
||||
0O123
|
||||
0b001
|
||||
0B001
|
||||
1_1
|
||||
0B1_1
|
||||
0O1_1
|
||||
0L
|
||||
|
14
test/fixtures/python/integer.B.py
vendored
Normal file
14
test/fixtures/python/integer.B.py
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
-2
|
||||
0xDAD
|
||||
0XDAD
|
||||
2j
|
||||
-2j
|
||||
0o312
|
||||
0O312
|
||||
0b101
|
||||
0B101
|
||||
2_2
|
||||
0B1_1_1
|
||||
0O2_3
|
||||
1L
|
||||
|
Loading…
Reference in New Issue
Block a user