summaryrefslogtreecommitdiff
path: root/tests/inputs/newline.txt
blob: ceead4a8e43e673d13400e6bb517af73e791464b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.