We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fd537 commit d86e7c1Copy full SHA for d86e7c1
1 file changed
tests/test_emacs_parser.py
@@ -40,7 +40,7 @@ def test_weird_chars(self):
40
41
def __test_parsing(self, line: str, expected: Modeline):
42
parser = ModelineParser_Emacs(ModelineInstructionsMapping())
43
- print(parser.parse_line(line, None))
+ #print(parser.parse_line(line, None))
44
self.assertEqual(parser.parse_line(line, None), expected)
45
46
# Note: We don’t do another integration test as we have done it in the Sublime parser test (and the legacy+vim one).
0 commit comments