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
gherkin-2.12.2 features/native_lexer.feature
gherkin-2.12.2-x86-mswin32 features/native_lexer.feature
gherkin-2.12.2-x86-mingw32 features/native_lexer.feature
gherkin-2.12.2-java features/native_lexer.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/gherkin-2.11.1/features/native_lexer.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/gherkin-2.11.1/features/native_lexer.feature
candlepin-api-0.4.0 bundle/ruby/gems/gherkin-2.11.1/features/native_lexer.feature
gherkin-2.12.1 features/native_lexer.feature
gherkin-2.12.1-x86-mswin32 features/native_lexer.feature
gherkin-2.12.1-x86-mingw32 features/native_lexer.feature
gherkin-2.12.1-java features/native_lexer.feature
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/gherkin-2.11.6/features/native_lexer.feature
gherkin-2.12.0 features/native_lexer.feature
gherkin-2.12.0-x86-mingw32 features/native_lexer.feature
gherkin-2.12.0-x86-mswin32 features/native_lexer.feature
gherkin-2.12.0-java features/native_lexer.feature
gherkin-2.11.8 features/native_lexer.feature
gherkin-2.11.8-x86-mswin32 features/native_lexer.feature
gherkin-2.11.8-x86-mingw32 features/native_lexer.feature
gherkin-2.11.8-java features/native_lexer.feature