summaryrefslogtreecommitdiff
path: root/test/cuesheet.ok
Commit message (Collapse)AuthorAgeFilesLines
* cuesheet.c: Allow quotes around ISRC fieldErik de Castro Lopo2016-04-261-0/+1
| | | | | | | With this change, flac now accepts cuesheets where the ISRC field is enclosed in double quotes. Added a test for this as well. Closes: https://sourceforge.net/p/flac/bugs/436/
* fix bug in cuesheet parsing where it would return an error if the last line ↵Josh Coalson2005-08-091-0/+3
| | | | of the cuesheet did not end with a newline
* add cuesheet parser/validator testsJosh Coalson2002-11-231-0/+90