View Issue Details

IDProjectCategoryView StatusLast Update
0001206Ecere SDKecerepublic2018-09-19 15:53
Reporterredj Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform-crossplatformOS-OS Version-
Product Version0.44.16 
Summary0001206: comment line breaks econ parsing when using extra trailing comma
Descriptiona comment at the end of a block will trigger syntax error in parsing if the extra trailing comma is used
Steps To Reproduce{
   a = "x",
   // it won't like this!
}
{
   // but this is fine!
   a = "x",
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-09-19 15:53 redj New Issue