diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-08-09 00:59:39 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2005-08-09 00:59:39 +0000 |
commit | 0d903aabaeda35f25d77aa5aeedcf04a9a25a17a (patch) | |
tree | c1178138e8ac99e62840120ada369b6fbcc4294b /test/cuesheet.ok | |
parent | ce0b3452e58a58a62e1d669e463121e0f8a82ef1 (diff) | |
download | flac-0d903aabaeda35f25d77aa5aeedcf04a9a25a17a.tar.gz |
fix bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline
Diffstat (limited to 'test/cuesheet.ok')
-rw-r--r-- | test/cuesheet.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cuesheet.ok b/test/cuesheet.ok index 19096d17..c57f833a 100644 --- a/test/cuesheet.ok +++ b/test/cuesheet.ok @@ -88,3 +88,6 @@ NEGATIVE cuesheets/bad.235.FLAC_leadout_offset_not_211680000.cue pass1: parse error, line 1: "FLAC__lead-out offset does not match end-of-stream offset" POSITIVE cuesheets/good.000.cue POSITIVE cuesheets/good.001.cue +POSITIVE cuesheets/good.002.dos_format.cue +POSITIVE cuesheets/good.003.missing_final_newline.cue +POSITIVE cuesheets/good.004.dos_format.missing_final_newline.cue |