tags with . prefix are all hidden

This commit is contained in:
Phil Nash 2014-12-15 07:25:34 +00:00
parent 6725e09003
commit 0dd214f6db
2 changed files with 9 additions and 8 deletions

View file

@ -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" );