mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 04:17:54 +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"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<SaveOnlyProjectUnits Value="True"/>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
<MainUnitHasTitleStatement Value="False"/>
|
||||
<MainUnitHasScaledStatement Value="False"/>
|
||||
<Runnable Value="False"/>
|
||||
<SaveJumpHistory Value="False"/>
|
||||
<SaveFoldState Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<Title Value="testrtl"/>
|
||||
|
@ -26,7 +26,7 @@ program testrtl;
|
||||
|
||||
uses
|
||||
browserconsole, consoletestrunner, frmrtlrun,
|
||||
tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers;
|
||||
tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers, tcstringhelp;
|
||||
|
||||
var
|
||||
Application : TTestRunner;
|
||||
|
Loading…
Reference in New Issue
Block a user