# File test/src/sql_test.rb, line 22
  def testExpressionWithWildcard
    verify_sql('a.*', 'a.*', expression)
  end