atom-beautify/examples/nested-jsbeautifyrc/gherkin/expected/tables.feature

10 lines
270 B
Gherkin
Raw Normal View History

2015-08-04 11:26:41 -06:00
Feature: Description
Scenario Outline: This one will have examples
Given the <given>
Then the <then>
Examples:
| what | then |
| first value | first then |
| second what value | second then value |