]> git.saurik.com Git - wxWidgets.git/commitdiff
more tests
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:56:40 +0000 (22:56 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:56:40 +0000 (22:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/test/test.htm

index 8fcbdf971ebef8ec325f507f460cf6b68c3c78eb..3ed975e157cde211b7beb40792cefda0b0359400 100644 (file)
@@ -16,6 +16,8 @@
 <b><a href="cp1250.htm">i18n demo 2 (cp1250)</a></b>
 </font>
 <p>
+Agrave = '&agrave;'
+<p>
 This is - - default text, now switching to
 <CENTER>
 <P>center, now still ctr, now exiting</CENTER>
@@ -239,9 +241,9 @@ twotwo TWO</FONT>
 Now, you will see some PRE text:<p>
 <PRE>// This is sample C++ code:
 
-void main(int argc, char *argv[])
+void <font color=#ff0000>main</font>(int argc, char *argv[])
 {
-&nbsp;&nbsp;&nbsp; printf("Go away, man!\n");
+&nbsp;&nbsp;&nbsp; <b>printf</b>("Go away, man!\n");
 &nbsp;&nbsp;&nbsp; i = 666;
 &nbsp;&nbsp;&nbsp; printf("\n\n\nCRASH\n&nbsp; DOWN NOW. . .&nbsp; \n");
 }</PRE>