mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 07:29:25 +00:00
tags with . prefix are all hidden
This commit is contained in:
parent
6725e09003
commit
0dd214f6db
2 changed files with 9 additions and 8 deletions
|
@ -348,7 +348,7 @@ private:
|
|||
};
|
||||
|
||||
// !TBD: This will be folded into Text class
|
||||
TEST_CASE( "Strings can be rendered with colour", "[colour][.]" ) {
|
||||
TEST_CASE( "Strings can be rendered with colour", "[.colour]" ) {
|
||||
|
||||
{
|
||||
ColourString cs( "hello" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue