We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b437dc9 commit b3ee9caCopy full SHA for b3ee9ca
1 file changed
Tests/Reqnroll.Specs/Features/Parser/ParsingErrors.feature
@@ -159,3 +159,18 @@ Scenario: Duplicated background
159
| line | error |
160
| 6 | got 'Background:' |
161
162
+Scenario: Table header without trailing delimiter
163
+ Given there is a Gherkin file as
164
+ """
165
+ Feature: Table without trailing delimiter
166
+
167
+ Scenario: Table without trailing delimiter
168
+ Given a table
169
+ | EffectiveDate | InterestRate
170
+ | 1999-01-01 | 10.00 |
171
172
+ When the file is parsed
173
+ Then the following errors are provided
174
+ | line | error |
175
+ | 6 | inconsistent cell count within the table |
176
0 commit comments