mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 06:57:52 +02:00
fpcunit: compile on nodejs
This commit is contained in:
parent
e53d3bc4a6
commit
c6833bc17f
@ -352,8 +352,8 @@ procedure GetMethodList(AObject: TObject; AList: TStrings); overload;
|
||||
implementation
|
||||
|
||||
Const
|
||||
sExpectedButWasFmt = 'Expected:' + LineEnding + '"%s"' + LineEnding + 'But was:' + LineEnding + '"%s"';
|
||||
sExpectedButWasAndMessageFmt = '%s' + LineEnding + sExpectedButWasFmt;
|
||||
sExpectedButWasFmt = 'Expected:'#10'"%s"'#10'But was:'#10'"%s"';
|
||||
sExpectedButWasAndMessageFmt = '%s'#10 + sExpectedButWasFmt;
|
||||
|
||||
// Get the ClassName of C
|
||||
function GetN(C : TClass) : string;
|
||||
|
Loading…
Reference in New Issue
Block a user