# File test/src/sql_test.rb, line 89
  def testRelationWithIn
    verify_relation('select 1 from table1 where x in(1,2,3)',
      'select 1 from table1 where x in (1, 2, 3)')
  end