mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2026-02-25 06:58:13 +01:00
* Fix moustache function
This commit is contained in:
parent
705e4c08f5
commit
6f673ec196
@ -928,7 +928,6 @@ var
|
||||
function Moustache(const match, pattern: string; offset: Integer; AString: string): string;
|
||||
begin
|
||||
Result:=String(Row[pattern]);
|
||||
Result := '';
|
||||
end;
|
||||
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user