# File test/src/full_parser_test.rb, line 83
  def testSimpleCaseWhenWithRegularCalc
    verify('case 1 when 1*1: (1-2) when 3:4 end+1')
  end