Blame SOURCES/test_no_file.patch

4a8019
diff --git a/tests/test_cli.py b/tests/test_cli.py
4a8019
index e53e209..3828870 100644
4a8019
--- a/tests/test_cli.py
4a8019
+++ b/tests/test_cli.py
4a8019
@@ -58,7 +58,7 @@ class TestConvert(TestCase):
4a8019
         self.assertIn('underscore-emphasis', message)
4a8019
         self.assertIn('anonymous-references', message)
4a8019
         self.assertIn('inline-math', message)
4a8019
-        self.assertIn('optional arguments:', message)
4a8019
+        self.assertRegex(message, r'option(s|al arguments):')
4a8019
 
4a8019
     def test_parse_file(self):
4a8019
         output = parse_from_file(test_md)