Sha256: d83c68306abfcad906d99ffd0e2468a48c3ccfc7fa09a72376c87ab2b51712b9

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

require 'minitest_helper'

class TestGeneral < TestInterpreterBase
  def setup
  end

  def test_general
    assert_iq_equal('2x', '2x')
    assert_iq_equal('x + x', '2x')
    assert_iq_equal('x * y', 'xy')
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
hilbert-0.0.2700100 test/interpreter/test_general.rb
hilbert-0.0.2700001 test/interpreter/test_general.rb
hilbert-0.0.2700000 test/interpreter/test_general.rb
qlang-0.0.27182124 test/interpreter/test_general.rb