Sha256: b77f8e8cdcdc0538aafdd42dbb96ba6309d8f7d456627d0dd2160b38c76d3915

Contents?: true

Size: 345 Bytes

Versions: 51

Compression:

Stored size: 345 Bytes

Contents

# Header title
# Two lines
Feature: Some header  

  Background:
  # comment
  Given whatever

  # Scenario header
  # on two lines
  Scenario: Some scenario
    Given one
#    When two
    Then three
    
  Scenario Outline: Some outline
    Given <one>
    Then <two>
  
  # Examples group comment  
  Examples:
  | one | two |
  | a   | b   |

Version data entries

51 entries across 51 versions & 9 rubygems

Version Path
aslakhellesoy-cucumber-0.3.100 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.101.2 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.101 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.102.1 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.102.2 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.102 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.103 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.104 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.97 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.98 spec/cucumber/treetop_parser/with_comments.feature
aslakhellesoy-cucumber-0.3.99 spec/cucumber/treetop_parser/with_comments.feature
dwaite-cucumber-0.3.101 spec/cucumber/treetop_parser/with_comments.feature
engineyard-cucumber-0.3.101 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.100 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.102 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.103 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.97 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.98 spec/cucumber/treetop_parser/with_comments.feature
kosmas58-cucumber-0.3.99 spec/cucumber/treetop_parser/with_comments.feature
cucumber-0.6.4 spec/cucumber/treetop_parser/with_comments.feature