slothg / flexformatter

Automatically exported from code.google.com/p/flexformatter
0 stars 0 forks source link

incorrect format for "*" #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add code

for each (var _item:* in childs)

What is the expected output? 
for each (var _item:* in childs)

What do you see instead?
for each (var _item:*in childs)

What version of the product are you using? On what operating system?
FB4 + flexformatter 0.7.1

Please provide any additional information below.
maybe this "*" confuse with multiply operation?

Original issue reported on code.google.com by katopz on 12 Mar 2010 at 6:09

GoogleCodeExporter commented 8 years ago
Okay, I'll take a look.  The problem is that I didn't explicitly add a space at 
all
places in the grammar but instead depended on not placing two alphanumerics 
together.
 This is a place that fell through the cracks.

Thanks for your report.

Original comment by Ernest.P...@sas.com on 12 Mar 2010 at 12:47

GoogleCodeExporter commented 8 years ago
I've pushed a fix for the next release.

Original comment by Ernest.P...@sas.com on 12 Mar 2010 at 6:18

GoogleCodeExporter commented 8 years ago
thx! :)

Original comment by katopz on 12 Mar 2010 at 6:22