[Po4a-commits] "po4a/t/data-20 test2-normalized.sgml, NONE, 1.1 test2.pot, NONE, 1.1 test2.sgml, NONE, 1.1"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Aug 5 16:01:22 UTC 2007


Update of /cvsroot/po4a/po4a/t/data-20
In directory alioth:/tmp/cvs-serv16257/t/data-20

Added Files:
	test2-normalized.sgml test2.pot test2.sgml 
Log Message:
Added Sgml test to the test suite to detect newline and line numbering
issues.


--- NEW FILE: test2-normalized.sgml ---
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

  <!ENTITY dhfirstname "<firstname>fname</firstname>">
  <!ENTITY dhsurname "<surname>Surname</surname>">
  <!ENTITY dhemail "<email>email at 1.com</email>">
  <!ENTITY dhuemail "<email>email at 2.com</email>">
]>
<refentry>
 <refentryinfo>
<address>
      &dhemail; and &dhuemail;
       </address>

  <author>
    &dhfirstname; &dhsurname;
  </author>
  <copyright>
    <year>2004, 2007</year>
   <holder>&dhusername; and &dhuusername;</holder>
  </copyright>
   &dhdate;

 </refentryinfo>
 <refnamediv>
  <refname></refname>
  <refpurpose></refpurpose>
 </refnamediv>
 <refsect1>
  <title></title>
  <para>
    Help Options:
  </para>
  <variablelist>
   <varlistentry>
    <term><option>-?</option> <option>--help</option></term>
    <listitem>
     <para>
       Show help options.
     </para>
    </listitem>
   </varlistentry>
  </variablelist>
  <para>
    Test test1 test2 test3 test4.
  </para>
  <para>
    Test test1 test2 test3 test4.
  </para>
 </refsect1>
</refentry>

--- NEW FILE: test2.pot ---
# 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: 2007-08-05 17:42+0200\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=CHARSET\n"
"Content-Transfer-Encoding: ENCODING"

# type: definition of entity &dhfirstname;
#, no-wrap
msgid "<firstname>fname</firstname>"
msgstr ""

# type: definition of entity &dhsurname;
#, no-wrap
msgid "<surname>Surname</surname>"
msgstr ""

# type: definition of entity &dhemail;
#, no-wrap
msgid "<email>email at 1.com</email>"
msgstr ""

# type: definition of entity &dhuemail;
#, no-wrap
msgid "<email>email at 2.com</email>"
msgstr ""

# type: <address></address>
#: ../data-20/test2.sgml:11
#, no-wrap
msgid ""
"<address>\n"
"      &dhemail; and &dhuemail;\n"
"    "
msgstr ""

# type: <author></author>
#: ../data-20/test2.sgml:19
msgid "&dhfirstname; &dhsurname;"
msgstr ""

# type: <copyright><holder>
#: ../data-20/test2.sgml:23
msgid "<year>2004, 2007</year>"
msgstr ""

# type: <holder></holder>
#: ../data-20/test2.sgml:23
#, no-wrap
msgid "&dhusername; and &dhuusername;"
msgstr ""

# type: <para></para>
#: ../data-20/test2.sgml:28
msgid "Help Options:"
msgstr ""

# type: <term></term>
#: ../data-20/test2.sgml:31
#, no-wrap
msgid "<option>-?</option> <option>--help</option>"
msgstr ""

# type: <para></para>
#: ../data-20/test2.sgml:33
msgid "Show help options."
msgstr ""

# type: <para></para>
#: ../data-20/test2.sgml:39 ../data-20/test2.sgml:41
msgid "Test test1 test2 test3 test4."
msgstr ""

--- NEW FILE: test2.sgml ---
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
  <!ENTITY dhfirstname "<firstname>fname</firstname>">
  <!ENTITY dhsurname   "<surname>Surname</surname>">
  <!ENTITY dhemail     "<email>email at 1.com</email>">
  <!ENTITY dhuemail    "<email>email at 2.com</email>">
]>

<refentry>
  <refentryinfo>
    <address>
      &dhemail; and &dhuemail;
    </address>
    <author>
      &dhfirstname;
      &dhsurname;
      <!--
      and
      &dhufirstname;
      &dhusurname;  -->
    </author>
    <copyright>
      <year>2004, 2007</year>
      <holder>&dhusername; and &dhuusername;</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refsect1>
    <para>Help Options:</para>
    <variablelist>
      <varlistentry>
        <term><option>-?</option> <option>--help</option></term>
        <listitem>
          <para>Show help options.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <para>Test test1 test2
    test3
test4.</para>
    <para>
      Test test1 test2 test3 test4.
    </para>
  </refsect1>




More information about the Po4a-commits mailing list