diff options
Diffstat (limited to 't/fmt/gemtext')
-rw-r--r-- | t/fmt/gemtext/basic.gmi | 21 | ||||
-rw-r--r-- | t/fmt/gemtext/basic.norm | 21 | ||||
-rw-r--r-- | t/fmt/gemtext/basic.po | 83 | ||||
-rw-r--r-- | t/fmt/gemtext/basic.pot | 83 | ||||
-rw-r--r-- | t/fmt/gemtext/basic.trans | 21 |
5 files changed, 229 insertions, 0 deletions
diff --git a/t/fmt/gemtext/basic.gmi b/t/fmt/gemtext/basic.gmi new file mode 100644 index 0000000..9850c87 --- /dev/null +++ b/t/fmt/gemtext/basic.gmi @@ -0,0 +1,21 @@ +This is a normal text line. + +=> gemini://example.org An example link + +``` alt text +Here is a preformatted text. +``` + +Here are exactly two blank lines: + + +# Heading + +## Sub Heading + +### Sub sub heading + +* Item 1 +* Item 2 + +> This is a quote. diff --git a/t/fmt/gemtext/basic.norm b/t/fmt/gemtext/basic.norm new file mode 100644 index 0000000..9850c87 --- /dev/null +++ b/t/fmt/gemtext/basic.norm @@ -0,0 +1,21 @@ +This is a normal text line. + +=> gemini://example.org An example link + +``` alt text +Here is a preformatted text. +``` + +Here are exactly two blank lines: + + +# Heading + +## Sub Heading + +### Sub sub heading + +* Item 1 +* Item 2 + +> This is a quote. diff --git a/t/fmt/gemtext/basic.po b/t/fmt/gemtext/basic.po new file mode 100644 index 0000000..f695056 --- /dev/null +++ b/t/fmt/gemtext/basic.po @@ -0,0 +1,83 @@ +# 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@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-02-07 22:02+0900\n" +"PO-Revision-Date: 2024-02-07 22:09+0900\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: paragraph +#: basic.gmi:1 +#, no-wrap +msgid "This is a normal text line." +msgstr "THIS IS A NORMAL TEXT LINE." + +#. type: link +#: basic.gmi:3 +#, no-wrap +msgid "An example link" +msgstr "AN EXAMPLE LINK" + +#. type: alt text +#: basic.gmi:5 +#, no-wrap +msgid "alt text" +msgstr "ALT TEXT" + +#. type: preformatted text +#: basic.gmi:7 +#, no-wrap +msgid "Here is a preformatted text." +msgstr "HERE IS A PREFORMATTED TEXT." + +#. type: paragraph +#: basic.gmi:9 +#, no-wrap +msgid "Here are exactly two blank lines:" +msgstr "HERE ARE EXACTLY TWO BLANK LINES:" + +#. type: heading # +#: basic.gmi:12 +#, no-wrap +msgid "Heading" +msgstr "HEADING" + +#. type: heading ## +#: basic.gmi:14 +#, no-wrap +msgid "Sub Heading" +msgstr "SUB HEADING" + +#. type: heading ### +#: basic.gmi:16 +#, no-wrap +msgid "Sub sub heading" +msgstr "SUB SUB HEADING" + +#. type: list +#: basic.gmi:18 +#, no-wrap +msgid "Item 1" +msgstr "ITEM 1" + +#. type: list +#: basic.gmi:19 +#, no-wrap +msgid "Item 2" +msgstr "ITEM 2" + +#. type: quote +#: basic.gmi:21 +#, no-wrap +msgid "This is a quote." +msgstr "THIS IS A QUOTE." diff --git a/t/fmt/gemtext/basic.pot b/t/fmt/gemtext/basic.pot new file mode 100644 index 0000000..a45197b --- /dev/null +++ b/t/fmt/gemtext/basic.pot @@ -0,0 +1,83 @@ +# 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@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-02-07 22:02+0900\n" +"PO-Revision-Date: 2024-02-07 22:05+0900\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: paragraph +#: basic.gmi:1 +#, no-wrap +msgid "This is a normal text line." +msgstr "" + +#. type: link +#: basic.gmi:3 +#, no-wrap +msgid "An example link" +msgstr "" + +#. type: alt text +#: basic.gmi:5 +#, no-wrap +msgid "alt text" +msgstr "" + +#. type: preformatted text +#: basic.gmi:7 +#, no-wrap +msgid "Here is a preformatted text." +msgstr "" + +#. type: paragraph +#: basic.gmi:9 +#, no-wrap +msgid "Here are exactly two blank lines:" +msgstr "" + +#. type: heading # +#: basic.gmi:12 +#, no-wrap +msgid "Heading" +msgstr "" + +#. type: heading ## +#: basic.gmi:14 +#, no-wrap +msgid "Sub Heading" +msgstr "" + +#. type: heading ### +#: basic.gmi:16 +#, no-wrap +msgid "Sub sub heading" +msgstr "" + +#. type: list +#: basic.gmi:18 +#, no-wrap +msgid "Item 1" +msgstr "" + +#. type: list +#: basic.gmi:19 +#, no-wrap +msgid "Item 2" +msgstr "" + +#. type: quote +#: basic.gmi:21 +#, no-wrap +msgid "This is a quote." +msgstr "" diff --git a/t/fmt/gemtext/basic.trans b/t/fmt/gemtext/basic.trans new file mode 100644 index 0000000..77485a4 --- /dev/null +++ b/t/fmt/gemtext/basic.trans @@ -0,0 +1,21 @@ +THIS IS A NORMAL TEXT LINE. + +=> gemini://example.org AN EXAMPLE LINK + +``` ALT TEXT +HERE IS A PREFORMATTED TEXT. +``` + +HERE ARE EXACTLY TWO BLANK LINES: + + +# HEADING + +## SUB HEADING + +### SUB SUB HEADING + +* ITEM 1 +* ITEM 2 + +> THIS IS A QUOTE. |