mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Added some more wrap chars
This commit is contained in:
@@ -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 )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user