Sha256: 5162efcb27092e23e5f0d4bba153cc60308c10161afeb3f1457a4417683b4c42

Contents?: true

Size: 412 Bytes

Versions: 541

Compression:

Stored size: 412 Bytes

Contents

Feature: Native (C/Java) Lexer

  Background: 
    Given a "native" "root" parser

  Scenario: Parsing an empty feature
    Given the following text is parsed:
      """
      Feature: blah
      """
    Then there should be no parse errors

  Scenario: Parsing a comment
    Given the following text is parsed:
      """
      # A comment
      Feature: Hello
      """
    Then there should be no parse errors

Version data entries

541 entries across 536 versions & 10 rubygems

Version Path
ftl-0.2.0 vendor/bundle/gems/gherkin-2.10.0/features/native_lexer.feature
gherkin-2.10.0 features/native_lexer.feature
gherkin-2.10.0-x86-mswin32 features/native_lexer.feature
gherkin-2.10.0-x86-mingw32 features/native_lexer.feature
gherkin-2.10.0-java features/native_lexer.feature
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/features/native_lexer.feature
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/gherkin-2.9.0/features/native_lexer.feature
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/gherkin-2.3.3/features/native_lexer.feature
gherkin-2.9.3 features/native_lexer.feature
gherkin-2.9.3-x86-mswin32 features/native_lexer.feature
gherkin-2.9.3-x86-mingw32 features/native_lexer.feature
gherkin-2.9.3-java features/native_lexer.feature
gherkin-2.9.2 features/native_lexer.feature
gherkin-2.9.2-x86-mswin32 features/native_lexer.feature
gherkin-2.9.2-x86-mingw32 features/native_lexer.feature
gherkin-2.9.2-java features/native_lexer.feature