summaryrefslogtreecommitdiff
path: root/tests/inputs/lang-ja-man-test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inputs/lang-ja-man-test.txt')
-rw-r--r--tests/inputs/lang-ja-man-test.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/inputs/lang-ja-man-test.txt b/tests/inputs/lang-ja-man-test.txt
new file mode 100644
index 0000000..2ecaa14
--- /dev/null
+++ b/tests/inputs/lang-ja-man-test.txt
@@ -0,0 +1,18 @@
+// Test for lang-ja.conf language file.
+:lang: ja
+
+ASCIIDOC(1)
+===========
+:doctype: manpage
+
+== 名前
+asciidoc - AsciiDoc テキストファイルを HTML や DocBook に変換する
+
+== 書式
+*asciidoc* ['OPTIONS'] 'FILE'
+
+== 説明
+asciidoc(1) コマンドは AsciiDoc テキストファイル 'FILE' を DocBook
+や HTML に変換する。 'FILE' が '-' ならば標準入力を使用する。
+
+...