From 57ba23c5742585a1f06f377b000a69c194a9e3df Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 21 Feb 2024 21:53:01 +0100 Subject: [PATCH] [skip ci] Restore extended tests --- test/test_parser2_1.cpp | 2 +- test/test_parser2_2.cpp | 2 +- test/test_parser2_3.cpp | 2 +- test/test_parser2_4.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_parser2_1.cpp b/test/test_parser2_1.cpp index 746611e..55ec45a 100644 --- a/test/test_parser2_1.cpp +++ b/test/test_parser2_1.cpp @@ -2,7 +2,7 @@ #include "test_parser2.hpp" TEST_CASE("parser test various cases version 2 segment 1") { -#ifdef CMAKE_GITHUB_CI_ +#ifdef CMAKE_GITHUB_CI using escape = ss::escape<'\\'>; test_option_combinations3<>(); diff --git a/test/test_parser2_2.cpp b/test/test_parser2_2.cpp index 761e2e7..ec76aa9 100644 --- a/test/test_parser2_2.cpp +++ b/test/test_parser2_2.cpp @@ -2,7 +2,7 @@ #include "test_parser2.hpp" TEST_CASE("parser test various cases version 2 segment 2") { -#ifdef CMAKE_GITHUB_CI_ +#ifdef CMAKE_GITHUB_CI using quote = ss::quote<'"'>; using escape = ss::escape<'\\'>; diff --git a/test/test_parser2_3.cpp b/test/test_parser2_3.cpp index a0b7711..aab905c 100644 --- a/test/test_parser2_3.cpp +++ b/test/test_parser2_3.cpp @@ -2,7 +2,7 @@ #include "test_parser2.hpp" TEST_CASE("parser test various cases version 2 segment 3") { -#ifdef CMAKE_GITHUB_CI_ +#ifdef CMAKE_GITHUB_CI using quote = ss::quote<'"'>; using escape = ss::escape<'\\'>; using multiline = ss::multiline; diff --git a/test/test_parser2_4.cpp b/test/test_parser2_4.cpp index db0581f..ea78aaf 100644 --- a/test/test_parser2_4.cpp +++ b/test/test_parser2_4.cpp @@ -2,7 +2,7 @@ #include "test_parser2.hpp" TEST_CASE("parser test various cases version 2 segment 4") { -#ifdef CMAKE_GITHUB_CI_ +#ifdef CMAKE_GITHUB_CI using quote = ss::quote<'"'>; using escape = ss::escape<'\\'>; using multiline = ss::multiline;