]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.htm
The standalone PyShell and PyCrust apps need to set the focus to the
[wxWidgets.git] / samples / html / test / test.htm
index 8fcbdf971ebef8ec325f507f460cf6b68c3c78eb..825ebb7ea27f364313f08605ad9d7c9adb1f6fa2 100644 (file)
 <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 = '&agrave;'
+<p>
 This is - - default text, now switching to
 <CENTER>
 <P>center, now still ctr, now exiting</CENTER>
@@ -239,9 +243,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>