mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +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;
|
||||
|
||||
{$APPTYPE CONSOLE}
|
||||
@ -83,11 +84,11 @@ begin
|
||||
Test('a,,', ['a'], TStringSplitOptions.ExcludeEmpty, false);
|
||||
Test(',b,', ['b'], TStringSplitOptions.ExcludeEmpty, false);
|
||||
Test(',,', [], TStringSplitOptions.ExcludeEmpty, false);
|
||||
|
||||
|
||||
{$IFNDEF FPC}
|
||||
WriteLn;
|
||||
WriteLn('Press ENTER to quit...');
|
||||
ReadLn;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user