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 4a39fd3 commit 42a1e4eCopy full SHA for 42a1e4e
pytest_bdd/feature.py
@@ -550,7 +550,7 @@ def name(self):
550
# Remove the multiline quotes, if present.
551
multilines_content = re.sub(
552
pattern=r'^"""\n(?P<content>.*)\n"""$',
553
- repl=r'\g<content>',
+ repl=r"\g<content>",
554
string=multilines_content,
555
flags=re.DOTALL, # Needed to make the "." match also new liness
556
)
0 commit comments