mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 16:49:07 +02:00
* test needs delphi mode apparently
git-svn-id: trunk@47075 -
This commit is contained in:
parent
cf153b0854
commit
00c6d530b5
@ -1,3 +1,4 @@
|
|||||||
|
{$mode delphi}
|
||||||
program testspo;
|
program testspo;
|
||||||
|
|
||||||
{$APPTYPE CONSOLE}
|
{$APPTYPE CONSOLE}
|
||||||
@ -83,11 +84,11 @@ begin
|
|||||||
Test('a,,', ['a'], TStringSplitOptions.ExcludeEmpty, false);
|
Test('a,,', ['a'], TStringSplitOptions.ExcludeEmpty, false);
|
||||||
Test(',b,', ['b'], TStringSplitOptions.ExcludeEmpty, false);
|
Test(',b,', ['b'], TStringSplitOptions.ExcludeEmpty, false);
|
||||||
Test(',,', [], TStringSplitOptions.ExcludeEmpty, false);
|
Test(',,', [], TStringSplitOptions.ExcludeEmpty, false);
|
||||||
|
|
||||||
{$IFNDEF FPC}
|
{$IFNDEF FPC}
|
||||||
WriteLn;
|
WriteLn;
|
||||||
WriteLn('Press ENTER to quit...');
|
WriteLn('Press ENTER to quit...');
|
||||||
ReadLn;
|
ReadLn;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user