Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Adam CameronAdam CameronPriority
MajorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Adam Cameron
Adam CameronPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 25 May 2015 at 13:08
Updated 5 October 2015 at 09:27
Resolved 5 October 2015 at 09:27
Repro:
<cfscript> function f(){ return []; } </cfscript>
Works on Lucee 4.5, doesn't work on Lucee 5. It's the [] that's causing it grief, it seems. Other values, including {} seem fine