OSDN Git Service

* Added test code of the span tag for XHTML1.0 converter.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Wed, 8 Oct 2008 15:59:08 +0000 (15:59 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Wed, 8 Oct 2008 15:59:08 +0000 (15:59 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3299 1a406e8e-add9-4483-a2c8-d8cac5b7c224

test/chxj_ixhtml10/test_chxj_ixhtml10.c

index 5631364..3e26b8e 100644 (file)
@@ -29498,8 +29498,8 @@ void test_ixhtml10_span_tag_with_css_001()
                      "</head><body><span>あいう</span></body></html>"
 #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>" \
-                       "<head></head><body><div><span style=\"text-align:right;\">あいう</span></div></body></html>"
+                       "<html xmlns=\"http://www.w3.org/1999/xhtml\">" \
+                       "<head></head><body><span style=\"text-align:right;\">あいう</span></body></html>"
   char  *ret;
   char  *tmp;
   device_table spec;