[Po4a-commits] "po4a/t/data-27 comments.xml, NONE, 1.1 comments.po, NONE, 1.1 comments-normalized.xml, NONE, 1.1"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Fri Feb 29 21:31:46 UTC 2008
Update of /cvsroot/po4a/po4a/t/data-27
In directory alioth:/tmp/cvs-serv9611/t/data-27
Added Files:
comments.xml comments.po comments-normalized.xml
Log Message:
* t/data-27/comments.xml, t/data-27/comments.po,
t/data-27/comments-normalized.xml, t/27-xml.t: Added unit test for
the comments in the Xml module.
* MANIFEST: Distribute the new test data.
--- NEW FILE: comments.po ---
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2008-02-29 22:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
#. first comment
#. second comment
#. multiline
#. comment inside the paragraph
#. comment after the paragraph
# type: Content of: <p>
#: ../data-27/comments.xml:6
msgid "paragraph foo bar bar qux"
msgstr ""
#. comment pre
# type: Content of: <pre>
#: ../data-27/comments.xml:13
#, no-wrap
msgid ""
"\n"
"a command\n"
" \n"
"verbatim\n"
"text\n"
msgstr ""
--- NEW FILE: comments-normalized.xml ---
<?xml version='1.0' encoding="UTF-8"?>
<p>
<!-- first comment
second comment
multiline
comment inside the paragraph
comment after the paragraph -->
paragraph foo bar bar qux
</p>
<pre><!-- comment pre -->
a command
verbatim
text
</pre>
--- NEW FILE: comments.xml ---
<?xml version='1.0' encoding="UTF-8"?>
<p>
<!-- first comment -->
<!-- second comment
multiline -->
paragraph foo
bar
<!-- comment inside the paragraph -->
bar qux
<!-- comment after the paragraph -->
</p>
<pre>
a command
<!-- comment pre -->
verbatim
text
</pre>
More information about the Po4a-commits
mailing list