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

Snippet text #2

Closed
paoloambrosio opened this issue May 8, 2010 · 1 comment
Closed

Snippet text #2

paoloambrosio opened this issue May 8, 2010 · 1 comment
Labels
Milestone

Comments

@paoloambrosio
Copy link
Member

Handle snippet text requests from Cucumber. See "Wire server returns snippets for a step that didn't match" scenario on the wire server feature file.

@paoloambrosio
Copy link
Member Author

The snippet for the following step is requested with ["snippet_text",{"step_keyword":"Given","multiline_arg_class":"Cucumber::Ast::Table","step_name":"the following people exist:"}] so I don't see the point in handling the multiline_arg_class parameter.

Given the following people exist:
  | name  | email           | phone |
  | Aslak | aslak@email.com | 123   |
  | Joe   | joe@email.com   | 234   |
  | Bryan | bryan@email.org | 456   |

paoloambrosio added a commit that referenced this issue May 11, 2011
konserw added a commit to konserw/cucumber-cpp that referenced this issue Jan 1, 2017
# This is the 1st commit message:
Enable Qt usage on appveyor, move appveyor build steps to separate bat file from yml

# The commit message cucumber#2 will be skipped:

#	fix gem execution from bat

# The commit message cucumber#3 will be skipped:

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

No branches or pull requests

1 participant