mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Added some more wrap chars
This commit is contained in:
parent
2a17ef9081
commit
67e9f01d38
@ -16,7 +16,7 @@ namespace Catch {
|
||||
: right( CATCH_CONFIG_CONSOLE_WIDTH-1 ),
|
||||
nextTab( 0 ),
|
||||
tab( 0 ),
|
||||
wrappableChars( " [({.," ),
|
||||
wrappableChars( " [({.,/|\\" ),
|
||||
recursionCount( 0 )
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user