# File test/src/sql_test.rb, line 28
  def testSimpleRelationWithStringLiteral
    verify_relation("select 'a',* from table1", "select 'a', * from table1")
  end