|
@@ -603,7 +603,7 @@ begin
|
|
|
' rtl.checkVersion('+IntToStr((VersionMajor*100+VersionMinor)*100+VersionRelease)+');',
|
|
|
' };',
|
|
|
'});',
|
|
|
- '//# sourceMappingURL=test1.js.map']);
|
|
|
+ '']);
|
|
|
if not CheckSrcDiff(ExpectedSrc,aFile.Source,s) then
|
|
|
Fail('TTestCLI_Precompile.TestPCU_CheckVersionMain src diff: '+s);
|
|
|
end;
|
|
@@ -634,7 +634,7 @@ begin
|
|
|
' pas.system.Writeln();',
|
|
|
' };',
|
|
|
'});',
|
|
|
- '//# sourceMappingURL=test1.js.map']);
|
|
|
+ '']);
|
|
|
if not CheckSrcDiff(ExpectedSrc,aFile.Source,s) then
|
|
|
Fail('TTestCLI_Precompile.TestPCU_CheckVersionMain src diff: '+s);
|
|
|
end;
|
|
@@ -662,7 +662,7 @@ begin
|
|
|
' rtl.checkVersion('+VerStr+');',
|
|
|
' var $mod = this;',
|
|
|
'});',
|
|
|
- '//# sourceMappingURL=system.js.map']);
|
|
|
+ '']);
|
|
|
if not CheckSrcDiff(ExpectedSrc,aFile.Source,s) then
|
|
|
Fail('TTestCLI_Precompile.TestPCU_CheckVersionMain src diff: '+s);
|
|
|
end;
|