From: konn Date: Sun, 12 Oct 2008 19:11:54 +0000 (+0000) Subject: * Added test code of the dt tag for XHTML1.0 converter. X-Git-Tag: v0.13.0~4^2~1144 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=11895a19e95f7aeaf7a6069dd47e525dd573e6f4;p=modchxj%2Fmod_chxj.git * Added test code of the dt tag for XHTML1.0 converter. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3319 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- diff --git a/test/chxj_ixhtml10/test_chxj_ixhtml10.c b/test/chxj_ixhtml10/test_chxj_ixhtml10.c index db9463b3..bcc46536 100644 --- a/test/chxj_ixhtml10/test_chxj_ixhtml10.c +++ b/test/chxj_ixhtml10/test_chxj_ixhtml10.c @@ -24191,9 +24191,10 @@ void test_ixhtml10_dt_tag_with_css_013() { #define TEST_STRING "" \ "
あいう
" -#define RESULT_STRING "" \ - "" \ - "
あいう
" +#define RESULT_STRING "" \ + "" \ + "" \ + "
あいう
" char *ret; char *tmp; device_table spec;