summaryrefslogtreecommitdiff
path: root/tests/testasciidoc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testasciidoc.conf')
-rw-r--r--tests/testasciidoc.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/tests/testasciidoc.conf b/tests/testasciidoc.conf
index 84fc36f..f721598 100644
--- a/tests/testasciidoc.conf
+++ b/tests/testasciidoc.conf
@@ -903,3 +903,54 @@ data/lang-en-test.txt
data/ascii-ids1.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Newline Tests (Default With DOS)
+
+% backends
+['html5']
+
+% name
+newline-dos
+
+% source
+data/newline.txt
+
+% attributes
+{'toc':True}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Newline Tests (Override To UNIX)
+
+% backends
+['html5']
+
+% name
+newline-unix
+
+% source
+data/newline.txt
+
+% options
+[('--attribute','newline=\\n')]
+
+% attributes
+{'toc':True}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Newline Tests (Override To MAC)
+
+% backends
+['html5']
+
+% name
+newline-mac
+
+% source
+data/newline.txt
+
+% options
+[('--attribute','newline=\\r')]
+
+% attributes
+{'toc':True}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%