Skip to content

Instantly share code, notes, and snippets.

@msassak
Created October 15, 2009 17:01
Show Gist options
  • Save msassak/211097 to your computer and use it in GitHub Desktop.
Save msassak/211097 to your computer and use it in GitHub Desktop.
# Valid in Gherkin, not in Treetop
Feature: test
Scenario Outline: a test
This table interpreted as part of the outline description
Examples:
| one | two | # Treetop fails here
| foo | bar |
Given <something> # Steps start the body of the scenario outline
And something <else>
Examples: # The real examples table
| something | else |
| orange | apple |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment