Skip to content
Snippets Groups Projects
Commit a2443eb3 authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Add a \r\n on an empty line to also fail on this case

parent 5e47edd2
No related branches found
No related tags found
No related merge requests found
......@@ -533,7 +533,7 @@ TEST(swc_parser, windows_mac_eol)
is << "# ball and stick model with\r\n";
is << "# - soma with radius 12.6157 2\r\n";
is << "# - dendrite with length 200 and radius 0.5\r\n";
is << "\n";
is << "\r\n"; // parser stubles over empty line with \r\n
is << "1 1 0.0 0.0 0.0 6.30785 -1\r"; // Test old style max eol
is << "2 2 6.30785 0.0 0.0 0.5 1\r";
is << "3 2 206.30785 0.0 0.0 0.5 2\r";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment