A table loaded from a resource file runs like an inline table
All 3 scenarios hold
The rows below are the lines of src/test/resources/external.table.
expected outcome
broken scenario
| Scenario | a | b | a + b? |
|---|---|---|---|
| Zero sum | 0 | 0 | 0 |
| Zero right | 2 | 0 | 2 |
| Two twos | 2 | 2 | 4 |