fix trailing whitespace

pull/213/head
snoyer 2023-08-30 20:34:59 +04:00
parent 21ca2fe6a8
commit dd3f5cd31b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class TestParser(unittest.TestCase):
with self.assertRaises(SyntaxError) as e:
parse_path("M 0 \n1 N 2 3")
assert "invalid token" in e.exception.msg
def test_error_not_enough_arguments(self):
with self.assertRaises(SyntaxError) as e:
Path("M 0 1\n 2")