From bb4992b2f0966946c58e4fe9b0b73af25c65f19d Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Sep 2023 08:38:32 +0200 Subject: [PATCH] odd one out test --- source/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/main.cpp b/source/main.cpp index 27684a3..f26a4a7 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -99,6 +99,10 @@ signed main() { TEST( R"del(test\>)del", "testa", false); TEST(R"del(\)del", "test", true); + puts(""); + + TEST(R"del(\)del", "printf", false); + if (test_counter == passed_tests) { fputs("\033[32m", stdout); } else {