From 9bf1dd60418017b49fb770b00e561dc7ae0f79d9 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 30 Jul 2023 19:50:29 +0200 Subject: [PATCH] WIP, Continue writing additional parser tests --- test/test_parser2.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); }