mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 02:30:57 +02:00
Merged revisions 30 via svnmerge from
/trunk git-svn-id: branches/fixes_2_0@32 -
This commit is contained in:
parent
4553648fbf
commit
65e2594da4
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -6129,6 +6129,8 @@ tests/webtbs/tw3898.pp svneol=native#text/plain
|
|||||||
tests/webtbs/tw3899.pp svneol=native#text/plain
|
tests/webtbs/tw3899.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw3900.pp svneol=native#text/plain
|
tests/webtbs/tw3900.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw3973.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/ub1873.pp svneol=native#text/plain
|
||||||
tests/webtbs/ub1883.pp svneol=native#text/plain
|
tests/webtbs/ub1883.pp svneol=native#text/plain
|
||||||
tests/webtbs/uw0555.pp svneol=native#text/plain
|
tests/webtbs/uw0555.pp svneol=native#text/plain
|
||||||
|
11
tests/webtbs/tw3977.pp
Normal file
11
tests/webtbs/tw3977.pp
Normal 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
1
tests/webtbs/tw3977.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
1234
|
Loading…
Reference in New Issue
Block a user