Added some more wrap chars

This commit is contained in:
Phil Nash 2013-04-01 10:30:36 +01:00
parent 2a17ef9081
commit 67e9f01d38
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Catch {
: right( CATCH_CONFIG_CONSOLE_WIDTH-1 ), : right( CATCH_CONFIG_CONSOLE_WIDTH-1 ),
nextTab( 0 ), nextTab( 0 ),
tab( 0 ), tab( 0 ),
wrappableChars( " [({.," ), wrappableChars( " [({.,/|\\" ),
recursionCount( 0 ) recursionCount( 0 )
{} {}