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 cb84bd2 commit a309aaeCopy full SHA for a309aae
test/framework/run.py
@@ -201,7 +201,7 @@ def test_fileprefix_from_cmd(self):
201
'ab"a': 'aba',
202
'a{:$:S@"a': 'aSa',
203
'cmd-with-dash': 'cmd-with-dash',
204
- 'cmd_with_underscore'. 'cmd_with_underscore',
+ 'cmd_with_underscore': 'cmd_with_underscore',
205
}
206
for cmd, expected_simplification in cmds.items():
207
self.assertEqual(fileprefix_from_cmd(cmd), expected_simplification)
0 commit comments