--- tests/data/lang-de-man-test.txt | 21 +++++++++ tests/data/lang-en-man-test.txt | 21 +++++++++ tests/data/lang-es-man-test.txt | 21 +++++++++ tests/data/lang-fr-man-test.txt | 21 +++++++++ tests/data/lang-hu-man-test.txt | 21 +++++++++ tests/data/lang-nl-man-test.txt | 21 +++++++++ tests/data/lang-pt-BR-man-test.txt | 21 +++++++++ tests/data/lang-ru-man-test.txt | 21 +++++++++ tests/data/lang-uk-man-test.txt | 21 +++++++++ tests/testasciidoc.conf | 81 ++++++++++++++++++++++++++++++++++++ 10 files changed, 270 insertions(+), 0 deletions(-) create mode 100644 tests/data/lang-de-man-test.txt create mode 100644 tests/data/lang-en-man-test.txt create mode 100644 tests/data/lang-es-man-test.txt create mode 100644 tests/data/lang-fr-man-test.txt create mode 100644 tests/data/lang-hu-man-test.txt create mode 100644 tests/data/lang-nl-man-test.txt create mode 100644 tests/data/lang-pt-BR-man-test.txt create mode 100644 tests/data/lang-ru-man-test.txt create mode 100644 tests/data/lang-uk-man-test.txt
diff --git a/tests/data/lang-de-man-test.txt b/tests/data/lang-de-man-test.txt
new file mode 100644
index 0000000..f1806d4
--- /dev/null
+++ b/tests/data/lang-de-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-de.conf language file.
+:lang: de
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ÜBERSICHT
+---------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-en-man-test.txt b/tests/data/lang-en-man-test.txt
new file mode 100644
index 0000000..0dec04a
--- /dev/null
+++ b/tests/data/lang-en-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-en.conf language file.
+:lang: en
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-es-man-test.txt b/tests/data/lang-es-man-test.txt
new file mode 100644
index 0000000..cb95b70
--- /dev/null
+++ b/tests/data/lang-es-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-es.conf language file.
+:lang: es
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SINOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-fr-man-test.txt b/tests/data/lang-fr-man-test.txt
new file mode 100644
index 0000000..edb681f
--- /dev/null
+++ b/tests/data/lang-fr-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-fr.conf language file.
+:lang: fr
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-hu-man-test.txt b/tests/data/lang-hu-man-test.txt
new file mode 100644
index 0000000..7caf1ad
--- /dev/null
+++ b/tests/data/lang-hu-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-hu.conf language file.
+:lang: hu
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ÁTTEKINTÉS
+----------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-nl-man-test.txt b/tests/data/lang-nl-man-test.txt
new file mode 100644
index 0000000..4844c17
--- /dev/null
+++ b/tests/data/lang-nl-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-nl.conf language file.
+:lang: nl
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SYNOPSIS
+--------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-pt-BR-man-test.txt
b/tests/data/lang-pt-BR-man-test.txt
new file mode 100644
index 0000000..0363ea6
--- /dev/null
+++ b/tests/data/lang-pt-BR-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-pt-BR.conf language file.
+:lang: pt-BR
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+SINOPSE
+-------
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-ru-man-test.txt b/tests/data/lang-ru-man-test.txt
new file mode 100644
index 0000000..3e50548
--- /dev/null
+++ b/tests/data/lang-ru-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-ru.conf language file.
+:lang: ru
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ОБЗОР
+-----
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/data/lang-uk-man-test.txt b/tests/data/lang-uk-man-test.txt
new file mode 100644
index 0000000..8212e4c
--- /dev/null
+++ b/tests/data/lang-uk-man-test.txt
@@ -0,0 +1,21 @@
+// Test for lang-uk.conf language file.
+:lang: uk
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+NAME
+----
+asciidoc - converts an AsciiDoc text file to HTML or DocBook
+
+ОГЛЯД
+-----
+*asciidoc* ['OPTIONS'] 'FILE'
+
+DESCRIPTION
+-----------
+The asciidoc(1) command translates the AsciiDoc text file 'FILE' to
+DocBook or HTML. If 'FILE' is '-' then the standard input is used.
+
+...
diff --git a/tests/testasciidoc.conf b/tests/testasciidoc.conf
index 8b60d7d..601d9cc 100644
--- a/tests/testasciidoc.conf
+++ b/tests/testasciidoc.conf
@@ -210,6 +210,15 @@ data/lang-en-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+English language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-en-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Russian language file (article)
% backends
@@ -246,6 +255,15 @@ data/lang-ru-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Russian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-ru-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
French language file (article)
% backends
@@ -282,6 +300,15 @@ data/lang-fr-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+French language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-fr-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
German language file (article)
% backends
@@ -318,6 +345,15 @@ data/lang-de-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+German language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-de-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Hungarian language file (article)
% backends
@@ -354,6 +390,15 @@ data/lang-hu-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Hungarian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-hu-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Spanish language file (article)
% backends
@@ -390,6 +435,15 @@ data/lang-es-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Spanish language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-es-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Brazilian Portuguese language file (article)
% backends
@@ -426,6 +480,15 @@ data/lang-pt-BR-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Brazilian Portuguese language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-pt-BR-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Ukrainian language file (article)
% backends
@@ -462,6 +525,15 @@ data/lang-uk-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Ukrainian language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-uk-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dutch language file (article)
% backends
@@ -498,6 +570,15 @@ data/lang-nl-test.txt
{'toc':True}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Dutch language file (manpage)
+
+% backends
+['docbook']
+
+% source
+data/lang-nl-man-test.txt
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
RCS $Id$ marker test
% source
--
1.7.6.1
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
pgpokznfvskrb.pgp
Description: PGP signature
