Thanks to visit codestin.com Credit goes to github.com
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 6ebea15 commit 73b1e7dCopy full SHA for 73b1e7d
1 file changed
Lib/packaging/tests/test_command_config.py
@@ -29,10 +29,10 @@ def test_search_cpp(self):
29
cmd = config(dist)
30
31
# simple pattern searches
32
- match = cmd.search_cpp(pattern='xxx', body='// xxx')
+ match = cmd.search_cpp(pattern='xxx', body='/* xxx */')
33
self.assertEqual(match, 0)
34
35
- match = cmd.search_cpp(pattern='_configtest', body='// xxx')
+ match = cmd.search_cpp(pattern='_configtest', body='/* xxx */')
36
self.assertEqual(match, 1)
37
38
def test_finalize_options(self):
0 commit comments