mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-19 18:29:03 +02:00
* Add tests for string helpers
This commit is contained in:
parent
11fbc72255
commit
42b3e3a87b
1158
test/tcstringhelp.pp
Normal file
1158
test/tcstringhelp.pp
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,13 @@
|
|||||||
<Version Value="12"/>
|
<Version Value="12"/>
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
|
<SaveOnlyProjectUnits Value="True"/>
|
||||||
<MainUnitHasCreateFormStatements Value="False"/>
|
<MainUnitHasCreateFormStatements Value="False"/>
|
||||||
<MainUnitHasTitleStatement Value="False"/>
|
<MainUnitHasTitleStatement Value="False"/>
|
||||||
<MainUnitHasScaledStatement Value="False"/>
|
<MainUnitHasScaledStatement Value="False"/>
|
||||||
<Runnable Value="False"/>
|
<Runnable Value="False"/>
|
||||||
|
<SaveJumpHistory Value="False"/>
|
||||||
|
<SaveFoldState Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<Title Value="testrtl"/>
|
<Title Value="testrtl"/>
|
||||||
|
@ -26,7 +26,7 @@ program testrtl;
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
browserconsole, consoletestrunner, frmrtlrun,
|
browserconsole, consoletestrunner, frmrtlrun,
|
||||||
tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers;
|
tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers, tcstringhelp;
|
||||||
|
|
||||||
var
|
var
|
||||||
Application : TTestRunner;
|
Application : TTestRunner;
|
||||||
|
Loading…
Reference in New Issue
Block a user