Sha256: 767ae73c860b8b9192b8f749536d1b5bb3d63fcaa4ed43fe3eb5682d8b269eca

Contents?: true

Size: 224 Bytes

Versions: 12

Compression:

Stored size: 224 Bytes

Contents

require "spec_helper"

RSpec.describe ::Code::Parser do
  subject { ::Code::Parser.parse(input) }

  %w[!a !!a !!!!a].each do |input|
    context input do
      let!(:input) { input }

      it { subject }
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
template-ruby-parser-0.1.8 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.8 spec/code/parser/negation_spec.rb
template-ruby-parser-0.1.7 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.7 spec/code/parser/negation_spec.rb
template-ruby-parser-0.1.6 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.6 spec/code/parser/negation_spec.rb
template-ruby-parser-0.1.5 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.5 spec/code/parser/negation_spec.rb
template-ruby-parser-0.1.4 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.4 spec/code/parser/negation_spec.rb
template-ruby-parser-0.1.3 spec/code/parser/negation_spec.rb
code-ruby-parser-0.1.3 spec/code/parser/negation_spec.rb