We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4f93b commit 5b6da1cCopy full SHA for 5b6da1c
test/test_console.py
@@ -19,7 +19,7 @@ def testLaunch(self):
19
self.assertRegexpMatches(cons.readline(), '.*\r\n')
20
21
self.assertRegexpMatches(
22
- cons.readline(), 'Mathics \\d\\.\\d\\.\\d.*\r\n')
+ cons.readline(), 'Mathics \\d\\.\\d.*\r\n')
23
24
cons.readline(), 'on (CPython|PyPy) \\d.\\d.\\d \\(.+\\) ?\r\n')
25
0 commit comments