Test for handling of line breaks following the pre element. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS roundTrip('
') is '
'
PASS roundTrip('
\n
') is '
'
PASS roundTrip('
\n\n
') is '
\n
' PASS roundTrip('
x\n
') is '
x\n
' PASS roundTrip('
<\n
') is '
<\n
' PASS roundTrip('
=\n
') is '
=\n
' PASS roundTrip('
') is '
' PASS roundTrip('
\n
') is '
\n
' PASS roundTrip('
\n
') is '
' PASS roundTrip('
\n\n
') is '
\n
' PASS roundTrip('') is '' PASS roundTrip('\n') is '' PASS roundTrip('\n\n') is '\n' PASS roundTrip('x\n') is 'x\n' PASS roundTrip('<\n') is '<\n' PASS roundTrip('=\n') is '=\n' PASS roundTrip('') is '' PASS roundTrip('\n') is '\n' PASS roundTrip('\n') is '' PASS roundTrip('\n\n') is '\n' PASS roundTrip('
') is '
' PASS roundTrip('
\n
') is '
\n
' PASS roundTrip('
\n\n
') is '
\n\n
' PASS roundTrip('
x\n
') is '
x\n
' PASS roundTrip('
<\n
') is '
<\n
' PASS roundTrip('
=\n
') is '
=\n
' PASS roundTrip('
') is '
' PASS roundTrip('
\n
') is '
\n
' PASS roundTrip('
\n
') is '
\n
' PASS roundTrip('
\n\n
') is '
\n\n
' PASS successfullyParsed is true TEST COMPLETE