comparison tests/test_parse_files/test_tuple.py @ 35:530c671e17bf

Add a test for Tuple.
author Bastien Orivel <eijebong@bananium.fr>
date Sat, 04 Jun 2016 15:03:19 +0200
parents
children
comparison
equal deleted inserted replaced
34:78ad2d1d2ca0 35:530c671e17bf
1 (a, b) = (1, 2)