# File test/src/sql_test.rb, line 15 def testSimpleExpression verify_sql('1+2+3', '((1 + 2) + 3)', expression) end