1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Better protection against nested comments (and things that look like comments)

This commit is contained in:
Mark VanderVoord
2019-08-12 15:40:43 -04:00
parent 7514b89fa6
commit 2939c420ed
2 changed files with 6 additions and 4 deletions

View File

@@ -124,7 +124,9 @@ void test_NotBeConfusedByLongComplicatedStrings(void)
void test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings(void)
{
TEST_ASSERT_TRUE_MESSAGE(1, "1 Should be True");
/* still should not break anything */
}
/* nor should this */
void test_StillNotBeConfusedByLongComplicatedStrings(void)
{