mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Refactor SectionInfo constructors
This commit is contained in:
@@ -218,6 +218,12 @@ namespace { namespace CompilationTests {
|
||||
REQUIRE( y.v == 0 );
|
||||
REQUIRE( 0 == y.v );
|
||||
}
|
||||
|
||||
TEST_CASE("#1319: Sections can have description (even if it is not saved", "[compilation]") {
|
||||
SECTION("SectionName", "This is a long form section description") {
|
||||
SUCCEED();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}} // namespace CompilationTests
|
||||
|
Reference in New Issue
Block a user