From a5faf8d963ed6ccec834f3e1dbc98f27bbebb415 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 26 Jun 2002 19:10:08 +0000 Subject: [PATCH] added some regression tests for wxHTML git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/test/Makefile.in | 2 +- samples/html/test/regres.htm | 9 +++++++++ samples/html/test/test.htm | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 samples/html/test/regres.htm diff --git a/samples/html/test/Makefile.in b/samples/html/test/Makefile.in index bb4f8a1e91..8519312c4c 100644 --- a/samples/html/test/Makefile.in +++ b/samples/html/test/Makefile.in @@ -19,7 +19,7 @@ OBJECTS =$(PROGRAM).o DEPFILES=$(PROGRAM).d DATAFILES=f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp \ - tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm + tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm regres.htm include ../../../src/makeprog.env diff --git a/samples/html/test/regres.htm b/samples/html/test/regres.htm new file mode 100644 index 0000000000..3eaeb7f414 --- /dev/null +++ b/samples/html/test/regres.htm @@ -0,0 +1,9 @@ + +Regression Tests + + +wxString FindFirst(was there a space between 'g' and 'F'?)

+ + + + \ No newline at end of file diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 3ed975e157..825ebb7ea2 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -14,6 +14,8 @@ i18n demo 1 (iso8859-2)

i18n demo 2 (cp1250) +

+some wxHTML regression tests

Agrave = 'à' -- 2.45.2