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

gherkin: Escape triple backticks in alternative docstring #889

Commits on Feb 6, 2020

  1. gherkin: Escape triple backticks in alternative docstring

    The Gherkin parser did not handle escaped back strings when the alternative
    docstring seperator (triple backticks) were used.
    
    ```
    Feature: A feature
      Scenario: A scenario
        Given I have a doc string
          ```
            \`\`\`
            Nested doc string
            \`\`\`
          ```
    ```
    
    Fixes: #865
    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    55090f1 View commit details
    Browse the repository at this point in the history
  2. Sync test files

    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    d2981df View commit details
    Browse the repository at this point in the history
  3. Fix Go

    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5c24e5d View commit details
    Browse the repository at this point in the history
  4. Fix js

    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    903e576 View commit details
    Browse the repository at this point in the history
  5. Fix Ruby

    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    b413eab View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into gherkin-fix-unescap…

    …ed-triple-backticks-when-using-alternative-docstring-seperator
    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    df40d68 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    mpkorstanje committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    634e4f0 View commit details
    Browse the repository at this point in the history