You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromgherkin.parserimportParserfromgherkin.pickles.compilerimportCompilerfeature=r"""Feature: Outline backslash character Scenario Outline: Outline with escaped backslash character Given I print the <string> Examples: | string | | bork\\ |"""gherkin_ast_data=Parser().parse(feature)
pickles=Compiler().compile(gherkin_ast_data)
The text was updated successfully, but these errors were encountered:
elchupanebrej
changed the title
Last cahracter backslash at example table cell parsing fails
Parsing fails if last character is backslash at example table cell
Apr 14, 2022
To be precis, it is not parsing but compiling which fails with trailing backslash.
brasmusson
changed the title
Parsing fails if last character is backslash at example table cell
Compiling fails if last character is backslash at example table cell
Jul 28, 2022
π What did you see? - Parsing fails if last character is "\" at example table cell
β What did you expect to see? - Parser parse such table without errors
π¦ Which tool/library version are you using? - https://pypi.org/project/gherkin-official/23.0.1/
π¬ How could we reproduce it?
π Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: