+ added tests for already solved bug (crashed with IE in 2.0.4)

git-svn-id: trunk@7347 -
This commit is contained in:
Jonas Maebe 2007-05-15 14:28:31 +00:00
parent e0783f446e
commit 4ff8d4f15c
4 changed files with 37 additions and 0 deletions

3
.gitattributes vendored
View File

@ -7301,6 +7301,7 @@ tests/webtbf/tw8451.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/tw8738.pas svneol=native#text/plain
tests/webtbf/tw8777a.pp svneol=native#text/plain
tests/webtbf/tw8777b.pp svneol=native#text/plain
tests/webtbf/tw8777c.pp svneol=native#text/plain
@ -7321,6 +7322,8 @@ tests/webtbf/uw3450.pp svneol=native#text/plain
tests/webtbf/uw3969.pp svneol=native#text/plain
tests/webtbf/uw4103.pp svneol=native#text/plain
tests/webtbf/uw6922.pp svneol=native#text/plain
tests/webtbf/uw8738a.pas svneol=native#text/plain
tests/webtbf/uw8738b.pas svneol=native#text/plain
tests/webtbs/tu2002.pp svneol=native#text/plain
tests/webtbs/tw0555.pp svneol=native#text/plain
tests/webtbs/tw0630.pp svneol=native#text/plain

8
tests/webtbf/tw8738.pas Normal file
View File

@ -0,0 +1,8 @@
{ %fail }
program test;
uses uw8738b;
begin
end.

12
tests/webtbf/uw8738a.pas Normal file
View File

@ -0,0 +1,12 @@
unit uw8738a;
interface
implementation
initialization
finalization
end.

14
tests/webtbf/uw8738b.pas Normal file
View File

@ -0,0 +1,14 @@
unit uw8738b;
interface
uses uw8738a, uw8738a;
implementation
initialization
finalization
end.