MantisBT - mSLDev
View Issue Details
0000210mSLDevSyntax Checkingpublic2014-01-06 04:492014-03-01 02:00
KindOne 
administrator 
normalminoralways
resolvedfixed 
 
0.4.1.0 
0000210: Make msldev detect the TAB character before a command.
alias tabs {

    echo -ag This line is invalid.

 write tabs.txt this line is valid.

}
Use notepad for the TAB characters.
No tags attached.
Issue History
2014-01-06 04:49KindOneNew Issue
2014-01-06 04:51KindOneNote Added: 0000155
2014-03-01 02:00administratorStatusnew => resolved
2014-03-01 02:00administratorFixed in Version => 0.4.1.0
2014-03-01 02:00administratorResolutionopen => fixed
2014-03-01 02:00administratorAssigned To => administrator

Notes
(0000155)
KindOne   
2014-01-06 04:51   
and the bug tracker destroyed the tab characters.

alias tabs {

<TAB> echo -ag This line is invalid.

 write tabs.txt this <TAB> line <TAB> is <TAB> valid.

}