# File test/src/sql_test.rb, line 31
  def testSimpleRelationWithVar
    verify_relation("select $a,* from table1", "select $a, * from table1")
  end