Sha256: 94c2df269c02519956fdadd6d75ad57ac5ebbe493bdc658b59e8afcea8b3b2f1

Contents?: true

Size: 635 Bytes

Versions: 22

Compression:

Stored size: 635 Bytes

Contents

#encoding: utf-8
unless defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && RUBY_ENGINE == "ironruby")
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 py_strings"
      it_should_behave_like "a Gherkin lexer lexing rows"
      it_should_behave_like "parsing windows files"
    end
  end
end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
gherkin-2.3.10-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.10-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.10-universal-dotnet spec/gherkin/c_lexer_spec.rb
gherkin-2.3.10-java spec/gherkin/c_lexer_spec.rb
gherkin-2.3.9-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.9-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.9-universal-dotnet spec/gherkin/c_lexer_spec.rb
gherkin-2.3.9-java spec/gherkin/c_lexer_spec.rb
gherkin-2.3.8-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.8-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.8-universal-dotnet spec/gherkin/c_lexer_spec.rb
gherkin-2.3.8-java spec/gherkin/c_lexer_spec.rb
gherkin-2.3.7 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.7-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.7-x86-mingw32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.7-universal-dotnet spec/gherkin/c_lexer_spec.rb
gherkin-2.3.7-java spec/gherkin/c_lexer_spec.rb
gherkin-2.3.6 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.6-x86-mswin32 spec/gherkin/c_lexer_spec.rb
gherkin-2.3.6-x86-mingw32 spec/gherkin/c_lexer_spec.rb