diff options
Diffstat (limited to 'tests/cpydiff/modules_array_containment.py')
-rw-r--r-- | tests/cpydiff/modules_array_containment.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cpydiff/modules_array_containment.py b/tests/cpydiff/modules_array_containment.py new file mode 100644 index 0000000000..190a3c2760 --- /dev/null +++ b/tests/cpydiff/modules_array_containment.py @@ -0,0 +1,8 @@ +""" +categories: Modules,array +description: Looking for integer not implemented +cause: Unknown +workaround: Unknown +""" +import array +print(1 in array.array('B', b'12')) |