예제 #1
0
 def test_escaping_empty_cells(self):
     assert_equals(DataRow(['foo', '\\', '']).all, ['foo', ''])
예제 #2
0
 def test_commented_row(self):
     assert_true(DataRow(['#start of table comment']).is_commented())