Sha256: 1ec9986e451c51551f225995c6562d4aebc50ced48a9b68f5489af6d81a8142d

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

require 'spec_helper'

describe Qlang do
  describe 'Integral' do
    context 'into R' do
      it do

      end
    end

    context 'into Ruby' do
      it do
        expect(
          Q.to_ruby.compile('S( log(x)dx )[0..1]')
        ).to eq(
          'S(log(x), dx)[0, 1]'
        )
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
qlang-0.0.27182000 spec/objects/integral_spec.rb
qlang-0.0.27180000 spec/objects/integral_spec.rb
qlang-0.0.27100000 spec/objects/integral_spec.rb
qlang-0.0.27000000 spec/objects/integral_spec.rb
qlang-0.0.27 spec/objects/integral_spec.rb
qlang-0.0.14142135 spec/objects/integral_spec.rb
qlang-0.0.1414213 spec/objects/integral_spec.rb
qlang-0.0.141421 spec/objects/integral_spec.rb