Skip to content

Commit 8494e2d

Browse files
committed
Add TEST_CASE with newlines & stuff to the catch_discover_tests's tests
1 parent eb43176 commit 8494e2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/TestScripts/DiscoverTests/register-tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ class TestCaseFixture {
3939
};
4040

4141
TEST_CASE_METHOD(TestCaseFixture, "A test case as method", "[tagstagstags]") {}
42+
43+
TEST_CASE( "Newlines\nAnd\rOther\n\tWhitespace", "[whitespace-going-wild]" ) {}

0 commit comments

Comments
 (0)