mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* fix copy & paste error (didn't influence the test as str3 isn't changed, but at least it's consistent that way...)
git-svn-id: trunk@33090 -
This commit is contained in:
parent
77cb13c38c
commit
8775897621
@ -834,7 +834,7 @@ procedure test_insert;
|
||||
if position <> 7 then
|
||||
_result := 16;
|
||||
|
||||
str1:='Hello world';
|
||||
str3:='Hello world';
|
||||
position:=Pos('world',str3,8);
|
||||
if position <> 0 then
|
||||
_result := 23;
|
||||
|
Loading…
Reference in New Issue
Block a user