* 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:
svenbarth 2016-02-12 16:09:32 +00:00
parent 77cb13c38c
commit 8775897621

View File

@ -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;