# File test/src/sql_test.rb, line 34
  def testSimpleRelationWithQuotedName
    # the print out isn't really valid. but we care about parser, not the printer.

    verify_relation("select $a,* from [table 1]", "select $a, * from table 1")
  end