A couple more tests

This commit is contained in:
rocky
2017-12-02 12:17:24 -05:00
parent 5919be1451
commit cda15026e5
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -16,3 +16,6 @@ y ^= 1 # INPLACE_XOR
x = [1,2,3,4,5]
x[0:1] = 1
x[0:3] += 1, 2, 3
# Is not in chained compare
x[0] is not x[1] is not x[2]