jcberquist / commandbox-cfformat

A CommandBox module for formatting CFML component files.
MIT License
22 stars 10 forks source link

concats the "IN" if upper case in a for loop definition #92

Closed bshea5 closed 3 years ago

bshea5 commented 3 years ago

A definition for a for loop using "IN" in all caps is converted into bad syntax, by concatenating the "IN" the following value. Example below:

for (var ieeetype IN Dictionary().ieeetypes) --> for (var ieeetype INDictionary().ieeetypes)

jcberquist commented 3 years ago

Thank you for the report. v0.15.12 is out now, and should fix this.