summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.feature
Commit message (Collapse)AuthorAgeFilesLines
* Gherkin: Comments should only be matched on distinct linesGaurav Jain2014-04-271-0/+16
According to https://github.com/cucumber/cucumber/wiki/Gherkin, cooments are complete lines that can appear anywhere in the file and have leading whitespace. Added valid example file which was validated with 'cucumber -r -d tests/examplefiles/example.feature'