We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3b665 commit bc39af7Copy full SHA for bc39af7
2 files changed
CMakeLists.txt
@@ -193,7 +193,7 @@ if(RAPIDCSV_BUILD_TESTS)
193
endif()
194
add_unit_test(test102)
195
add_unit_test(test103)
196
- add_unit_test(test104)
+ add_unit_test(test106)
197
198
# perf tests
199
add_perf_test(ptest001)
tests/test104.cpp tests/test106.cpptests/test104.cpp renamed to tests/test106.cpp
@@ -1,4 +1,4 @@
1
-// test104.cpp - write round-trip with cells containing quote characters
+// test106.cpp - write round-trip with cells containing quote characters
2
3
#include <rapidcsv.h>
4
#include "unittest.h"
0 commit comments