mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-06 13:50:49 +08:00
Add test to verify comment-stripping is working with http-style comments.
This commit is contained in:
1
test/testdata/testRunnerGenerator.c
vendored
1
test/testdata/testRunnerGenerator.c
vendored
@ -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");
|
||||
|
Reference in New Issue
Block a user