A table is a header row followed by at least one data row
All 4 scenarios hold
The first row read becomes the header; every row after it is a data row, and each row divides into one cell per header. The Input column lists the source one line per element.
expected outcome
broken scenario
| Scenario | Input | Headers? | Data rows? |
|---|---|---|---|
| One data row |
|
|
|
| Two data rows |
|
|
|
| Single column |
|
|
|
| Three columns |
|
|
|