MantisBT - mSLDev
View Issue Details
0000183mSLDevSyntax Checkingpublic2013-09-15 20:252013-11-01 00:35
Wims 
administrator 
normalminoralways
resolvedfixed 
 
0.4.1.0 
0000183: { recognized as a command and indenting is wrong
using 0.95 .

paste in a new script file and hit control + h
alias test {
   echo -a ok
  if () {
    {
   }
  }
   alias working { }
No tags attached.
Issue History
2013-09-15 20:25WimsNew Issue
2013-10-31 23:45administratorNote Added: 0000130
2013-10-31 23:45administratorStatusnew => closed
2013-10-31 23:45administratorAssigned To => administrator
2013-10-31 23:45administratorResolutionopen => fixed
2013-10-31 23:45administratorFixed in Version => 0.4.1.0
2013-11-01 00:35administratorStatusclosed => resolved

Notes
(0000130)
administrator   
2013-10-31 23:45   
Coloring fixed, it will now mark the bracket as an error but will parse the rest of the command. The indentation is fine.