From: Václav Slavík Date: Wed, 1 Aug 2001 22:56:40 +0000 (+0000) Subject: more tests X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57d677d15ed177810be5b38af52bf84f4dc5800a more tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/test/test.htm b/samples/html/test/test.htm index 8fcbdf971e..3ed975e157 100644 --- a/samples/html/test/test.htm +++ b/samples/html/test/test.htm @@ -16,6 +16,8 @@ i18n demo 2 (cp1250)

+Agrave = 'à' +

This is - - default text, now switching to

center, now still ctr, now exiting

@@ -239,9 +241,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");
 }