* correction of whitespace definition

git-svn-id: trunk@19367 -
This commit is contained in:
Tomas Hajny 2011-10-04 20:15:48 +00:00
parent 0db44ae108
commit fca1ea8757

View File

@ -178,7 +178,7 @@ Procedure CommandToList(S : String; List : TStrings);
Function GetNextWord : String;
Const
WhiteSpace = [' ',#8,#10];
WhiteSpace = [' ',#9,#10,#13];
Literals = ['"',''''];
Var