summaryrefslogtreecommitdiff
path: root/tests/inputs/newline.txt
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-12-25 00:56:51 -0500
committerGitHub <noreply@github.com>2021-12-25 00:56:51 -0500
commitbba578e8ac7462d87c350ef458da4aac4f21db28 (patch)
treed894b2197430586ef54cd714ed3a6730c8fcd568 /tests/inputs/newline.txt
parentffe461224d525e157beb3b6fe2ff24213ca476f2 (diff)
downloadasciidoc-py3-bba578e8ac7462d87c350ef458da4aac4f21db28.tar.gz
Isolate test inputs to own folder (#231)
Diffstat (limited to 'tests/inputs/newline.txt')
-rw-r--r--tests/inputs/newline.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/inputs/newline.txt b/tests/inputs/newline.txt
new file mode 100644
index 0000000..ceead4a
--- /dev/null
+++ b/tests/inputs/newline.txt
@@ -0,0 +1,17 @@
+= Newline Tests
+
+These are tests about newlines.
+See https://en.wikipedia.org/wiki/Newline[details] on the history.
+
+NOTE: Each section in the source file has the newline style from the
+ description.
+
+== UNIX Newlines
+
+Uses \n.
+
+== DOS Newlines
+
+Uses \r\n.
+
+== MAC Newlines Uses \r. Only used prior to Mac OS X. \ No newline at end of file