testsuite: add parsing test case for win32 line endings
authorTim-Philipp Müller <tim@centricular.com>
Fri, 22 May 2015 12:55:46 +0000 (13:55 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 22 May 2015 13:20:02 +0000 (14:20 +0100)
commit6dd0ccdf024f527aa60509e2f106e28558a7b0fe
tree4e87eeab6152d59f75815a539b4c5d3d6c18fe83
parent1430f02c4ed5431d8aca0aa0b1bae98a9850682c
testsuite: add parsing test case for win32 line endings

Should handle \r\n as well as \n instead of relying on
the file reader to translate it.
testsuite/Makefile.am
testsuite/test_parse.c [new file with mode: 0644]