From: konn Date: Wed, 8 Oct 2008 14:23:30 +0000 (+0000) Subject: * Added test code of the span tag for XHTML1.0 converter. X-Git-Tag: v0.13.0~4^2~1193 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5f62383c799a6268fb7997a69ae61b3e0c61db35;p=modchxj%2Fmod_chxj.git * Added test code of the span tag for XHTML1.0 converter. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3270 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- diff --git a/test/chxj_ixhtml10/test_chxj_ixhtml10.c b/test/chxj_ixhtml10/test_chxj_ixhtml10.c index d00bc28d..ef23fcb6 100644 --- a/test/chxj_ixhtml10/test_chxj_ixhtml10.c +++ b/test/chxj_ixhtml10/test_chxj_ixhtml10.c @@ -30884,10 +30884,10 @@ void test_ixhtml10_span_tag_with_css_034() { #define TEST_STRING "" \ "あいう" -#define RESULT_STRING "" \ - "" \ - "" \ - "
あいう
" +#define RESULT_STRING "" \ + "" \ + "" \ + "あいう" char *ret; char *tmp; device_table spec;