Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Sat Aug 02, 2008 11:48 am
[2.35] Issues with non-matching braces |
Scripts that worked under 2.34 now give 'non-matching braces' errors under 2.35. I tracked down the problems, and I discovered that it's turning this:
Code: |
#SWITCH (@blah)
{
do something
} |
into this:
Code: |
#SWITCH (@blah){
do something
} |
The reformat should probably automatically ensure that there's at least one space in there? |
|