Add test to verify comment-stripping is working with http-style comments.

This commit is contained in:
Mark VanderVoord
2019-07-05 15:35:40 -04:00
parent 4661e67233
commit 6b2eb52468

View File

@ -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");