atom-beautify/examples/nested-jsbeautifyrc/gherkin/original/_tables.feature

9 lines
206 B
Gherkin

Feature: Description
Scenario Outline: This one will have examples
Given the <given>
Then the <then>
Examples:
| what | then |
| first value | first then|
| second what|second then|