mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:08:52 +02:00
+ tests for previous commit
git-svn-id: trunk@13373 -
This commit is contained in:
parent
52c6f14de5
commit
79f139bff7
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -8610,6 +8610,9 @@ tests/webtbf/tw1395.pp svneol=native#text/plain
|
||||
tests/webtbf/tw13956.pp svneol=native#text/plain
|
||||
tests/webtbf/tw13992.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1407.pp svneol=native#text/plain
|
||||
tests/webtbf/tw14104a.pp svneol=native#text/plain
|
||||
tests/webtbf/tw14104b.pp svneol=native#text/plain
|
||||
tests/webtbf/tw14104c.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1432.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1467.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1483.pp svneol=native#text/plain
|
||||
|
8
tests/webtbf/tw14104a.pp
Normal file
8
tests/webtbf/tw14104a.pp
Normal file
@ -0,0 +1,8 @@
|
||||
{ %fail }
|
||||
|
||||
procedure test(var f: file of extended);
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
9
tests/webtbf/tw14104b.pp
Normal file
9
tests/webtbf/tw14104b.pp
Normal file
@ -0,0 +1,9 @@
|
||||
{ %fail }
|
||||
|
||||
procedure test(f: string[50]);
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
8
tests/webtbf/tw14104c.pp
Normal file
8
tests/webtbf/tw14104c.pp
Normal file
@ -0,0 +1,8 @@
|
||||
{ %fail }
|
||||
|
||||
function test: string[30];
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user