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

escape pipes on scenario outlines #62

Closed
gabrielfalcao opened this issue Aug 13, 2010 · 1 comment
Closed

escape pipes on scenario outlines #62

gabrielfalcao opened this issue Aug 13, 2010 · 1 comment

Comments

@gabrielfalcao
Copy link
Owner

For example:

Scenario Outline: Check page's title
  Given I go to the url "<url>"
  When I click on "change title"
  Then I see the title "<title>"
Examples:
  | url               | title                     |
  | http://github.com | GitHub \| that is awesome |
@gabrielfalcao
Copy link
Owner Author

release 0.1.11, fixing escaped pipes (closed by 25ed10f)

tswicegood pushed a commit to tswicegood/lettuce that referenced this issue May 11, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant