Index: tests/test_parser.py |
=================================================================== |
--- a/tests/test_parser.py |
+++ b/tests/test_parser.py |
@@ -155,7 +155,7 @@ |
def test_parse_nonmeta(): |
- line = parse_line('! WrongHeader: something') |
+ line = parse_line('! WrongHeader; something') |
Sebastian Noack
2018/08/28 19:52:18
To me it seems, this test specifically existed to
rhowell
2018/08/29 21:43:35
Done.
|
assert line.type == 'comment' |