Merged revisions 30 via svnmerge from

/trunk

git-svn-id: branches/fixes_2_0@32 -
This commit is contained in:
fpc 2005-05-19 21:12:11 +00:00
parent 4553648fbf
commit 65e2594da4
3 changed files with 14 additions and 0 deletions

2
.gitattributes vendored
View File

@ -6129,6 +6129,8 @@ tests/webtbs/tw3898.pp svneol=native#text/plain
tests/webtbs/tw3899.pp svneol=native#text/plain
tests/webtbs/tw3900.pp svneol=native#text/plain
tests/webtbs/tw3973.pp svneol=native#text/plain
tests/webtbs/tw3977.pp svneol=native#text/plain
tests/webtbs/tw3977.txt svneol=native#text/plain
tests/webtbs/ub1873.pp svneol=native#text/plain
tests/webtbs/ub1883.pp svneol=native#text/plain
tests/webtbs/uw0555.pp svneol=native#text/plain

11
tests/webtbs/tw3977.pp Normal file
View File

@ -0,0 +1,11 @@
{ Source provided for Free Pascal Bug Report 3977 }
{ Submitted by "lqs" on 2005-05-17 }
{ e-mail: lqs@users.sf.net }
var
n:integer;
begin
assign(input,'tw3977.txt');
reset(input);
readln(n);
close(output);
end.

1
tests/webtbs/tw3977.txt Normal file
View File

@ -0,0 +1 @@
1234