File indexing completed on 2024-04-28 15:28:38

0001 shouldBe('"test\
0002 string with CR LF"', '"teststring with CR LF"');
0003 
0004 shouldBe('"test\
0005 
string with LF CR"', '"teststring with LF CR"');
0006 
0007 shouldBe('"test\
string with CR"', '"teststring with CR"');
0008 
0009 shouldBe('"test\
0010 string with LF"', '"teststring with LF"');
0011 
0012 var successfullyParsed = true;
0013 
0014