summaryrefslogtreecommitdiff
path: root/tests/inputs/newline.txt
diff options
context:
space:
mode:
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