view tests/test_parse_files/test_subscript.py @ 94:e0368bea06a6

Refactor tests a little bit so it's easier to add more.
author Bastien Orivel <eijebong@bananium.fr>
date Tue, 14 Jun 2016 18:39:48 +0200
parents 2d906d1cb940
children
line wrap: on
line source

a[5] = b
a[1:2] = c
a[1:2:4] = d
a[1:2, 3] = e