features/examples-tables/examples-tables.feature in cucumber-compatibility-kit-15.2.0 vs features/examples-tables/examples-tables.feature in cucumber-compatibility-kit-16.0.0

- old
+ new

@@ -31,13 +31,13 @@ | 12 | banana | 12 | | 0 | 1 | apple | Scenario Outline: Eating cucumbers with <friends> friends Given there are <friends> friends - When there are <start> cucumbers + And there are <start> cucumbers Then each person can eat <share> cucumbers Examples: - | start | friends | share | - | 12 | 11 | 1 | - | 4 | 1 | 2 | - | 4 | 0 | 4 | \ No newline at end of file + | friends | start | share | + | 11 | 12 | 1 | + | 1 | 4 | 2 | + | 0 | 4 | 4 |