From 6b2eb52468dea293b9e46dcbf56deadd1c174aa5 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 5 Jul 2019 15:35:40 -0400 Subject: [PATCH] Add test to verify comment-stripping is working with http-style comments. --- test/testdata/testRunnerGenerator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testdata/testRunnerGenerator.c b/test/testdata/testRunnerGenerator.c index 62989a0..b3c0cdd 100644 --- a/test/testdata/testRunnerGenerator.c +++ b/test/testdata/testRunnerGenerator.c @@ -120,6 +120,7 @@ void test_NotBeConfusedByLongComplicatedStrings(void) TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); } +/* The next test should still appear even though we have this confusing nested comment thing going on http://looks_like_comments.com */ void test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings(void) { TEST_ASSERT_TRUE_MESSAGE(1, "1 Should be True");