Sha256: a372c8a075b2bb2ff7838f02988c5ebca34d5aeb2b1ab337ac0ad043a1774a57

Contents?: true

Size: 580 Bytes

Versions: 19

Compression:

Stored size: 580 Bytes

Contents

#encoding: utf-8
unless defined?(JRUBY_VERSION)
require 'spec_helper'
require 'gherkin_lexer_en'

module Gherkin
  module Lexer
    describe "C Lexer" do
      before do
        @listener = Gherkin::SexpRecorder.new
        @lexer = Gherkin::CLexer::En.new(@listener)
      end

      it_should_behave_like "a Gherkin lexer"
      it_should_behave_like "a Gherkin lexer lexing tags"
      it_should_behave_like "a Gherkin lexer lexing doc_strings"
      it_should_behave_like "a Gherkin lexer lexing rows"
      it_should_behave_like "parsing windows files"
    end
  end
end
end

Version data entries

19 entries across 17 versions & 4 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/gherkin-2.11.1/spec/gherkin/c_lexer_spec.rb
candlepin-api-0.4.0 bundle/ruby/gems/gherkin-2.11.1/spec/gherkin/c_lexer_spec.rb
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/gherkin-2.11.1/spec/gherkin/c_lexer_spec.rb
gherkin-2.11.3 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.3-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.3-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.3-java spec/gherkin/c_lexer_spec.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/gherkin-2.11.1/spec/gherkin/c_lexer_spec.rb
gherkin-2.11.2 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.2-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.2-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.2-java spec/gherkin/c_lexer_spec.rb
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/gherkin-2.11.1/spec/gherkin/c_lexer_spec.rb
bryanl-gherkin-2.11.1.1-java spec/gherkin/c_lexer_spec.rb
bryanl-gherkin-2.11.1.1 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.1 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.1-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.1-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.11.1-java spec/gherkin/c_lexer_spec.rb