mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
* new test
git-svn-id: trunk@7031 -
This commit is contained in:
parent
02702d199f
commit
6804d5bf90
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7253,6 +7253,7 @@ tests/webtbf/tw8264a.pp svneol=native#text/plain
|
||||
tests/webtbf/tw8398.pp svneol=native#text/plain
|
||||
tests/webtbf/tw8528.pp svneol=native#text/plain
|
||||
tests/webtbf/tw8583.pp svneol=native#text/plain
|
||||
tests/webtbf/tw8588.pp svneol=native#text/plain
|
||||
tests/webtbf/uw0744.pp svneol=native#text/plain
|
||||
tests/webtbf/uw0840a.pp svneol=native#text/plain
|
||||
tests/webtbf/uw0840b.pp svneol=native#text/plain
|
||||
|
16
tests/webtbf/tw8588.pp
Normal file
16
tests/webtbf/tw8588.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ %fail }
|
||||
|
||||
uses
|
||||
Classes;
|
||||
|
||||
type
|
||||
TForm1 = class
|
||||
private
|
||||
{ private declarations }
|
||||
fScript:TStringlist.Create; <--- erroneous decl.
|
||||
public
|
||||
{ public declarations }
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user