From 67e9f01d387fcfca2de625040d6ed887bed52032 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 1 Apr 2013 10:30:36 +0100 Subject: [PATCH] Added some more wrap chars --- include/internal/catch_line_wrap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_line_wrap.hpp b/include/internal/catch_line_wrap.hpp index 9c6f3019..bd41d69a 100644 --- a/include/internal/catch_line_wrap.hpp +++ b/include/internal/catch_line_wrap.hpp @@ -16,7 +16,7 @@ namespace Catch { : right( CATCH_CONFIG_CONSOLE_WIDTH-1 ), nextTab( 0 ), tab( 0 ), - wrappableChars( " [({.," ), + wrappableChars( " [({.,/|\\" ), recursionCount( 0 ) {}