Skip to content

Apostrophe (single quote, unclosed) gobbles up everything after it. #2

@ccaroon

Description

@ccaroon

An unclosed single quote used as an apostrophe will gobble up all the following chars and mark them up as a string across multiple lines.

Example:
Scenario: Retrieve a user
Given I create a user through the API with the following data:
| user_name | user1 |
| email | user@email.com |
| password | password |
When I get the user's account information through the API
Then I should receive an HTTP response code of "200"
And I should get a valid id in the response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions