diff options
Diffstat (limited to '')
-rw-r--r-- | t/fmt/asciidoc/Titles.trans | 30 | ||||
-rw-r--r-- | t/fmt/asciidoc/Titles.trans.stderr | 2 |
2 files changed, 32 insertions, 0 deletions
diff --git a/t/fmt/asciidoc/Titles.trans b/t/fmt/asciidoc/Titles.trans new file mode 100644 index 0000000..c2e776c --- /dev/null +++ b/t/fmt/asciidoc/Titles.trans @@ -0,0 +1,30 @@ +TITLE0 +====== + +TITLE1 +------ + +TITLE LEVEL 2 +~~~~~~~~~~~~~ + +TITLE LEVEL 3 +^^^^^^^^^^^^^ + +TITLE LEVEL 4 ++++++++++++++ + += DOCUMENT TITLE (LEVEL 0) = + +== SECTION TITLE (LEVEL 1) == + +=== SECTION TITLE (LEVEL 2) === + +==== SECTION TITLE (LEVEL 3) ==== + +===== SECTION TITLE (LEVEL 4) ===== + +TITLE LEVEL 2 SHORT +~~~~~~~~~~~~~~~~~~~ + +TITLE LEVEL 2 LONG +~~~~~~~~~~~~~~~~~~ diff --git a/t/fmt/asciidoc/Titles.trans.stderr b/t/fmt/asciidoc/Titles.trans.stderr new file mode 100644 index 0000000..bcdc347 --- /dev/null +++ b/t/fmt/asciidoc/Titles.trans.stderr @@ -0,0 +1,2 @@ +Titles.adoc:27: 'Title level 2 short' seems to be a two-lines title underlined with '~', but the underlines are too short or too long compared to the title length. You may want to fix your master document. +Titles.adoc:30: 'Title level 2 long' seems to be a two-lines title underlined with '~', but the underlines are too short or too long compared to the title length. You may want to fix your master document. |