Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Multiline Strings #14

Open
christianhujer opened this issue Sep 12, 2021 · 1 comment
Open

Feature Request: Multiline Strings #14

christianhujer opened this issue Sep 12, 2021 · 1 comment

Comments

@christianhujer
Copy link

Gherkin supports multiline strings, like this:

Feature: Conway's Game of Life
  Scenario: Blinker
    Given the following universe:
      """
       x
       x
       x
      """
    Then the next generation MUST be:
      """
      
      xxx
      
      """

scenari believes that this is an invalid feature file due to the multiline string arguments.

@dpanza
Copy link
Collaborator

dpanza commented Sep 21, 2021

Multiline strings are not supported for now, both on scenari v1 or v2. This is a nice feature, but we need to figured out what the string will look like when parsed from instaparse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants