29
29
def test_comment_is_ignored(self):
30
30
self.assertEquals([], script._script_to_commands('#comment\n'))
34
(['bar'], None, None, None),
43
32
def test_trim_blank_lines(self):
44
33
"""Blank lines are respected, but trimmed at the start and end.