X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/491ea6fa20bb2bf459c41bf2a7859ee3c4f3436e..e37a28a0de36b98a02e03ea11c9a75a38d65ae10:/samples/html/test/test.htm diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 8fcbdf971e..825ebb7ea2 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -14,8 +14,12 @@ i18n demo 1 (iso8859-2)

i18n demo 2 (cp1250) +

+some wxHTML regression tests

+Agrave = 'à' +

This is - - default text, now switching to

center, now still ctr, now exiting

@@ -239,9 +243,9 @@ twotwo TWO Now, you will see some PRE text:

// This is sample C++ code:
 
-void main(int argc, char *argv[])
+void main(int argc, char *argv[])
 {
-    printf("Go away, man!\n");
+    printf("Go away, man!\n");
     i = 666;
     printf("\n\n\nCRASH\n  DOWN NOW. . .  \n");
 }