Ticket #12 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Can set to empty string?

Reported by: anonymous Assigned to: somebody
Priority: normal Milestone:
Component: airspeed Version:
Severity: normal Keywords:
Cc:

Description

Trying to set to an empty string raises a syntax error, even if an unparsed string constant is supplied, I.e. #set($x=), and #set(x="") both produce an error.

I didn't see empty values mentioned explicitly in the VTL reference, so assumed unparsed would mean any string would be allowed.

Change History

07/02/06 09:42:06 changed by steve

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [54]. Empty string literals were not being parsed correctly.