Mercurial > hg > svcore
view data/fileio/test/files.pri @ 1854:bde22957545e
Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
author | Chris Cannam |
---|---|
date | Mon, 11 May 2020 14:43:58 +0100 |
parents | 83cb6e9d769b |
children | 2654bf447a84 |
line wrap: on
line source
TEST_HEADERS += \ ../../model/test/MockWaveModel.h \ AudioFileReaderTest.h \ UnsupportedFormat.h \ BogusAudioFileReaderTest.h \ AudioFileWriterTest.h \ AudioTestData.h \ EncodingTest.h \ MIDIFileReaderTest.h \ CSVFormatTest.h \ CSVStreamWriterTest.h TEST_SOURCES += \ ../../model/test/MockWaveModel.cpp \ UnsupportedFormat.cpp \ svcore-data-fileio-test.cpp