mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 14:33:21 +02:00
+ added tests for already solved bug (crashed with IE in 2.0.4)
git-svn-id: trunk@7347 -
This commit is contained in:
parent
e0783f446e
commit
4ff8d4f15c
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
8
tests/webtbf/tw8738.pas
Normal file
@ -0,0 +1,8 @@
|
||||
{ %fail }
|
||||
|
||||
program test;
|
||||
|
||||
uses uw8738b;
|
||||
|
||||
begin
|
||||
end.
|
12
tests/webtbf/uw8738a.pas
Normal file
12
tests/webtbf/uw8738a.pas
Normal file
@ -0,0 +1,12 @@
|
||||
unit uw8738a;
|
||||
|
||||
interface
|
||||
|
||||
implementation
|
||||
|
||||
initialization
|
||||
|
||||
finalization
|
||||
|
||||
end.
|
||||
|
14
tests/webtbf/uw8738b.pas
Normal file
14
tests/webtbf/uw8738b.pas
Normal file
@ -0,0 +1,14 @@
|
||||
unit uw8738b;
|
||||
|
||||
interface
|
||||
|
||||
uses uw8738a, uw8738a;
|
||||
|
||||
implementation
|
||||
|
||||
initialization
|
||||
|
||||
finalization
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user