From: konn Date: Fri, 17 Oct 2008 15:18:58 +0000 (+0000) Subject: * Added test code of the blockquote tag for XHTML1.0 converter. X-Git-Tag: v0.13.0~4^2~1124 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d86b23c3144d3c740f119a0b1aee6805fb6ede3;p=modchxj%2Fmod_chxj.git * Added test code of the blockquote tag for XHTML1.0 converter. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@3339 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- diff --git a/test/chxj_ixhtml10/test_chxj_ixhtml10.c b/test/chxj_ixhtml10/test_chxj_ixhtml10.c index 9c398b34..6455e830 100644 --- a/test/chxj_ixhtml10/test_chxj_ixhtml10.c +++ b/test/chxj_ixhtml10/test_chxj_ixhtml10.c @@ -24346,10 +24346,10 @@ void test_ixhtml10_blockquote_tag_with_css_002() { #define TEST_STRING "" \ "
あいう
" -#define RESULT_STRING "" \ - "" \ - "" \ - "
あいう
" +#define RESULT_STRING "" \ + "" \ + "" \ + "
あいう
" char *ret; char *tmp; device_table spec; @@ -24397,10 +24397,10 @@ void test_ixhtml10_blockquote_tag_with_css_003() { #define TEST_STRING "" \ "
あいう
" -#define RESULT_STRING "" \ - "" \ - "" \ - "
あいう
" +#define RESULT_STRING "" \ + "" \ + "" \ + "
あいう
" char *ret; char *tmp; device_table spec;