diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-03-31 21:52:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-03-31 21:52:55 +0000 |
commit | c840346b267aa09fc60a0e29f567902571ceca2d (patch) | |
tree | ce37bfe86c9ee9ad5849614a76ccaf91f7e8f1d4 /tests/general | |
parent | 9f4e6d5779c6a1ebf946b670bbf6739d30da7b2c (diff) | |
download | libxslt-c840346b267aa09fc60a0e29f567902571ceca2d.tar.gz libxslt-c840346b267aa09fc60a0e29f567902571ceca2d.tar.bz2 libxslt-c840346b267aa09fc60a0e29f567902571ceca2d.zip |
updated the result of some tests following the change to serailization in
* tests/docbook/result/fo/gdp-handbook.fo tests/general/bug-105.out
tests/general/bug-142.out: updated the result of some tests
following the change to serailization in libxml2.
Daniel
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/bug-105.out | 2 | ||||
-rw-r--r-- | tests/general/bug-142.out | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/tests/general/bug-105.out b/tests/general/bug-105.out index eacac793..d1f9468f 100644 --- a/tests/general/bug-105.out +++ b/tests/general/bug-105.out @@ -1,2 +1,2 @@ <?xml version="1.0"?> -<doc att="	 ">
</doc> +<doc att="	 "> </doc> diff --git a/tests/general/bug-142.out b/tests/general/bug-142.out index 6d71a1a9..269e7080 100644 --- a/tests/general/bug-142.out +++ b/tests/general/bug-142.out @@ -1,13 +1,13 @@ <?xml version="1.0"?> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"><body><div id="post6" xml:lang="ja"><h3><a href="2004/01/26/6">他の日本語の伝言</a></h3> - <p>この伝言は日本語で書いて、翻訳がある。<span xml:lang="fr">couhin ?</span></p> - <p>Et on a une petite phrase en français.</p> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"><body><div id="post6" xml:lang="ja"><h3><a href="2004/01/26/6">他の日本語の伝言</a></h3> + <p>この伝言は日本語で書いて、翻訳がある。<span xml:lang="fr">couhin ?</span></p> + <p>Et on a une petite phrase en français.</p> </div> Test - <div id="post4" xml:lang="ja"><h3><a href="2004/01/25/4">日本語の伝言</a></h3> - <p>この伝言は日本語で書いて、翻訳がない。実は少しだけ。</p> - <p>あいうえおかきくけこさしすせそ…</p> - </div><div id="post3" xml:lang="ja"><h3><a href="2005/08/12/3"/></h3></div><div id="post2" xml:lang="ja"><h3><a href="2004/01/25/2">間違い</a></h3> + <div id="post4" xml:lang="ja"><h3><a href="2004/01/25/4">日本語の伝言</a></h3> + <p>この伝言は日本語で書いて、翻訳がない。実は少しだけ。</p> + <p>あいうえおかきくけこさしすせそ…</p> + </div><div id="post3" xml:lang="ja"><h3><a href="2005/08/12/3"/></h3></div><div id="post2" xml:lang="ja"><h3><a href="2004/01/25/2">間違い</a></h3> <p>Quelques tests d'erreurs :</p> <ul> Un paragraphe dans la liste @@ -15,21 +15,21 @@ <li/> <li><span xml:lang="fr"><li>un couac</li></span>,</li> <li><li>un autre</li>,</li> - <li>une <span xml:lang="fr">翻訳</span> sans xml:lang="ja"</li> + <li>une <span xml:lang="fr">翻訳</span> sans xml:lang="ja"</li> <li>20040125</li> </ul> - </div><div id="post1" xml:lang="ja"><h3><a href="2004/01/25/1">サンプル</a></h3> - <p>Ceci est un <span xml:lang="ja">テスト</span>.</p> + </div><div id="post1" xml:lang="ja"><h3><a href="2004/01/25/1">サンプル</a></h3> + <p>Ceci est un <span xml:lang="ja">テスト</span>.</p> <ul> <li>Voici une liste,</li> - <li>un splendide test de <a href="http://www.google.com/">lien extérieur</a>,</li> + <li>un splendide test de <a href="http://www.google.com/">lien extérieur</a>,</li> <li>un autre test de lien, mais <a href="glandium.png">interne, cette fois</a>,</li> - <li>日本語のアイテム、</li> - <li><a href="http://www.google.com">リンクがある日本語のアイテム、</a></li> + <li>日本語のアイテム、</li> + <li><a href="http://www.google.com">リンクがある日本語のアイテム、</a></li> <li><a href="http://www.google.com">un item lien.</a></li> - <li>Un <span xml:lang="ja">テスト</span> d'auto-traduction (le mot est présent plus haut dans le post, pas la peine de tout répéter...</li> + <li>Un <span xml:lang="ja">テスト</span> d'auto-traduction (le mot est présent plus haut dans le post, pas la peine de tout répéter...</li> <li>une date en ligne : 20040301 et <ul><li>une liste dans la liste</li></ul></li> - <li>un <a href="glandium.png">lien avec du <span xml:lang="ja">日本語</span> dedans</a></li> + <li>un <a href="glandium.png">lien avec du <span xml:lang="ja">日本語</span> dedans</a></li> </ul> <p><a href="http://www.google.com">un paragraphe lien.</a></p> </div></body></html> |