diff --git a/test/test_parser2.cpp b/test/test_parser2.cpp index 50b84ba..cfbda12 100644 --- a/test/test_parser2.cpp +++ b/test/test_parser2.cpp @@ -530,7 +530,6 @@ void test_combinations_impl() { } /* namespace */ TEST_CASE("parser test various cases version 2") { - // TODO handle crlf using quote = ss::quote<'"'>; using escape = ss::escape<'\\'>; using trim = ss::trim<' '>; @@ -540,7 +539,6 @@ TEST_CASE("parser test various cases version 2") { test_combinations_impl<>(); test_combinations_impl(); - /* TODO uncomment test_combinations_impl(); test_combinations_impl(); @@ -572,6 +570,5 @@ TEST_CASE("parser test various cases version 2") { test_combinations_impl(); test_combinations_impl(); test_combinations_impl(); - */ test_combinations_impl(); }