コード例 #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())