mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:49:33 +02:00
* small extension of the test for completeness sake
git-svn-id: trunk@38369 -
This commit is contained in:
parent
0e5a598b6a
commit
332b078c22
@ -107,6 +107,12 @@ begin
|
||||
PrintArray(t);
|
||||
CheckArray(t, [1, 3, 5]);
|
||||
|
||||
t := Nil;
|
||||
t2 := Nil;
|
||||
Insert(t2, t, 0);
|
||||
PrintArray(t);
|
||||
CheckArray(t, []);
|
||||
|
||||
t := Nil;
|
||||
Insert([], t, 0);
|
||||
PrintArray(t);
|
||||
|
Loading…
Reference in New Issue
Block a user