simplify

tests/slice.py

14:7c40ee4eea88
2006-07-15 paulb Split up the original test.
     1 a[x:y]     2 a[x:]     3 a[:x]     4 p[q:r] = s     5 p[q:] = s     6 p[:q] = s