OSDN Git Service

* Added test code of the marquee tag for XHTML1.0 converter.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 21 Oct 2008 14:34:26 +0000 (14:34 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 21 Oct 2008 14:34:26 +0000 (14:34 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3519 1a406e8e-add9-4483-a2c8-d8cac5b7c224

test/chxj_ixhtml10/test_chxj_ixhtml10.c

index 5ae2905..88fb782 100644 (file)
@@ -13591,7 +13591,7 @@ void test_ixhtml10_marquee_tag_017()
 void test_ixhtml10_marquee_tag_018()
 {
 #define  TEST_STRING "<marquee loop=\"1\">ハンカク</marquee>"
-#define  RESULT_STRING "<span style=="display:-wap-marquee;\">ハンカク</span>"
+#define  RESULT_STRING "<span style==\"display:-wap-marquee;\">ハンカク</span>"
   char  *ret;
   char  *tmp;
   device_table spec;