* test for already fixed issue #24434

git-svn-id: trunk@48516 -
This commit is contained in:
florian 2021-02-06 12:53:04 +00:00
parent d0910b5ac8
commit b1f7fb4ba1
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -16563,6 +16563,7 @@ tests/webtbf/tw2414.pp svneol=native#text/plain
tests/webtbf/tw24184.pp svneol=native#text/plain
tests/webtbf/tw24428.pp svneol=native#text/plain
tests/webtbf/tw24428a.pp svneol=native#text/plain
tests/webtbf/tw24434.pp svneol=native#text/pascal
tests/webtbf/tw24453.pp svneol=native#text/pascal
tests/webtbf/tw24495.pp svneol=native#text/pascal
tests/webtbf/tw24588.pp svneol=native#text/pascal

13
tests/webtbf/tw24434.pp Normal file
View File

@ -0,0 +1,13 @@
{ %fail }
function f(s: string): string;
begin
f := '''' + s + '''';
end;
function f(s: string): integer;
begin
Val(s,f);
end;
begin
end.