added some regression tests for wxHTML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8b94d99978
commit
a5faf8d963
@ -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
|
||||
|
||||
|
9
samples/html/test/regres.htm
Normal file
9
samples/html/test/regres.htm
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head><title>Regression Tests</title></head>
|
||||
<body>
|
||||
|
||||
<B>wxString</B> <B>FindFirst</B>(was there a space between 'g' and 'F'?)<P>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
@ -14,6 +14,8 @@
|
||||
<b><a href="8859_2.htm">i18n demo 1 (iso8859-2)</a></b>
|
||||
<p>
|
||||
<b><a href="cp1250.htm">i18n demo 2 (cp1250)</a></b>
|
||||
<p>
|
||||
<b><a href="regres.htm">some wxHTML regression tests</a></b>
|
||||
</font>
|
||||
<p>
|
||||
Agrave = 'à'
|
||||
|
Loading…
Reference in New Issue
Block a user