From: konn Date: Tue, 21 Oct 2008 14:34:10 +0000 (+0000) Subject: * Added test code of the marquee tag for XHTML1.0 converter. X-Git-Tag: v0.13.0~4^2~949 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=668f7f537815a7abdce4b9c75d458b4d4b046e8f;p=modchxj%2Fmod_chxj.git * Added test code of the marquee tag for XHTML1.0 converter. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3514 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- diff --git a/test/chxj_ixhtml10/test_chxj_ixhtml10.c b/test/chxj_ixhtml10/test_chxj_ixhtml10.c index 8fd39044..b877e976 100644 --- a/test/chxj_ixhtml10/test_chxj_ixhtml10.c +++ b/test/chxj_ixhtml10/test_chxj_ixhtml10.c @@ -29311,10 +29311,10 @@ void test_ixhtml10_marquee_tag_with_css_018() { #define TEST_STRING "" \ "あいう" -#define RESULT_STRING "" \ - "" \ - "" \ - "
あいう
" +#define RESULT_STRING "" \ + "" \ + "" \ + "あいう" char *ret; char *tmp; device_table spec;