Simple test for LineInfo construction and str()
()
| 33 | return tt.check_pairs(split_user_input, tests) |
| 34 | |
| 35 | def test_LineInfo(): |
| 36 | """Simple test for LineInfo construction and str()""" |
| 37 | linfo = LineInfo(' %cd /home') |
| 38 | nt.assert_equal(str(linfo), 'LineInfo [ |%|cd|/home]') |