Refactor SectionInfo constructors
This commit is contained in:
parent
d36c15c3ca
commit
c9067b2253
11 changed files with 47 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue