diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-06-03 12:19:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 12:19:20 -0700 |
| commit | 547beb5d4740f8e5b5db5d57a7544a4b765ef0c5 (patch) | |
| tree | 5b445330d04a03f517dc490b53c87f9c5a5e7516 /tests/basics/int_big_and3.py | |
| parent | 01e294536c3ca36a8c9ad0e3b2c14adb5c2b85b5 (diff) | |
| parent | 79cd86445ee352861a68d395114a15c3cd4edee5 (diff) | |
Merge pull request #2981 from Flameeyes/master
Set up basic integration with pre-commit.
Diffstat (limited to 'tests/basics/int_big_and3.py')
| -rw-r--r-- | tests/basics/int_big_and3.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basics/int_big_and3.py b/tests/basics/int_big_and3.py index 788ecd823..7a3b415af 100644 --- a/tests/basics/int_big_and3.py +++ b/tests/basics/int_big_and3.py @@ -1,4 +1,4 @@ -# test - + +# test - + print( -97989513389222316022151446562729620153292831887555425160965597396 & 23716683549865351578586448630079789776107310103486834795830390982) @@ -24,7 +24,7 @@ print( -283894311 print( -40019818573920230246248826511203818792007462193311949166285967147 & 9487909752) -# test + - +# test + - print( 97989513389222316022151446562729620153292831887555425160965597396 & -23716683549865351578586448630079789776107310103486834795830390982) |
