OSDN Git Service

* Added test code of CSS for li tag.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 11 Nov 2008 14:29:11 +0000 (14:29 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 11 Nov 2008 14:29:11 +0000 (14:29 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_13_0@3686 1a406e8e-add9-4483-a2c8-d8cac5b7c224

test/chxj_ixhtml10/test_chxj_ixhtml10.c

index bc0797d..ba2542f 100644 (file)
@@ -17216,7 +17216,9 @@ void test_ixhtml10_li_tag_with_css_011()
 {
 #define  TEST_STRING "<html><head>" \
                      "</head><body><ul><li style=\"list-style-type: circle\">あいう</li><li>かきく</li></ul></body></html>"
-#define  RESULT_STRING "<?xml version='1.0' encoding='Shift_JIS' ?><!DOCTYPE html PUBLIC \"-//J-PHONE//DTD XHTML Basic 1.0 Plus//EN\" \"html-basic10-plus.dtd\">" \
+#define  RESULT_STRING "<?xml version=\"1.0\" encoding=\"Shift_JIS\" ?>" \
+                       "<!DOCTYPE html PUBLIC \"-//i-mode group (ja)//DTD XHTML i-XHTML(Locale/Ver.=ja/1.0) 1.0//EN\" \"i-xhtml_4ja_10.dtd\">" \
+                       "<html xmlns=\"http://www.w3.org/1999/xhtml\">" \
                        "<html><head></head><body><div><ul><li style=\"list-style-type:circle;\">あいう</li><li>かきく</li></ul></div></body></html>"
   char  *ret;
   char  *tmp;