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 6476ed4 commit 62f2d9dCopy full SHA for 62f2d9d
pytest_bdd/feature.py
@@ -552,7 +552,7 @@ def name(self):
552
pattern=r'^"""\n(?P<content>.*)\n"""$',
553
repl=r"\g<content>",
554
string=multilines_content,
555
- flags=re.DOTALL, # Needed to make the "." match also new liness
+ flags=re.DOTALL, # Needed to make the "." match also new lines
556
)
557
558
lines = [self._name] + [multilines_content]
0 commit comments