mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
WIP, Continue writing additional parser tests
This commit is contained in:
parent
ed71d963e0
commit
9bf1dd6041
@ -530,7 +530,6 @@ void test_combinations_impl() {
|
|||||||
} /* namespace */
|
} /* namespace */
|
||||||
|
|
||||||
TEST_CASE("parser test various cases version 2") {
|
TEST_CASE("parser test various cases version 2") {
|
||||||
// TODO handle crlf
|
|
||||||
using quote = ss::quote<'"'>;
|
using quote = ss::quote<'"'>;
|
||||||
using escape = ss::escape<'\\'>;
|
using escape = ss::escape<'\\'>;
|
||||||
using trim = ss::trim<' '>;
|
using trim = ss::trim<' '>;
|
||||||
@ -540,7 +539,6 @@ TEST_CASE("parser test various cases version 2") {
|
|||||||
|
|
||||||
test_combinations_impl<>();
|
test_combinations_impl<>();
|
||||||
test_combinations_impl<trim>();
|
test_combinations_impl<trim>();
|
||||||
/* TODO uncomment
|
|
||||||
test_combinations_impl<triml>();
|
test_combinations_impl<triml>();
|
||||||
test_combinations_impl<trimr>();
|
test_combinations_impl<trimr>();
|
||||||
|
|
||||||
@ -572,6 +570,5 @@ TEST_CASE("parser test various cases version 2") {
|
|||||||
test_combinations_impl<quote, escape, multiline>();
|
test_combinations_impl<quote, escape, multiline>();
|
||||||
test_combinations_impl<quote, escape, multiline, trim>();
|
test_combinations_impl<quote, escape, multiline, trim>();
|
||||||
test_combinations_impl<quote, escape, multiline, triml>();
|
test_combinations_impl<quote, escape, multiline, triml>();
|
||||||
*/
|
|
||||||
test_combinations_impl<quote, escape, multiline, trimr>();
|
test_combinations_impl<quote, escape, multiline, trimr>();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user