|
|
@ -118,7 +118,7 @@ namespace Fungus |
|
|
|
if (trimLeading && |
|
|
|
if (trimLeading && |
|
|
|
token.type == TokenType.Words) |
|
|
|
token.type == TokenType.Words) |
|
|
|
{ |
|
|
|
{ |
|
|
|
token.param.TrimStart(' ', '\t', '\r', '\n'); |
|
|
|
token.param = token.param.TrimStart(' ', '\t', '\r', '\n'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (token.type == TokenType.Clear || |
|
|
|
if (token.type == TokenType.Clear || |
|
|
|