mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
@@ -297,7 +297,7 @@ namespace Catch
|
||||
// !TBD finish this
|
||||
if( !findReplaceableString( text, "<", "<" ) &&
|
||||
!findReplaceableString( text, "&", "&" ) &&
|
||||
!findReplaceableString( text, "\"", ""e;" ) )
|
||||
!findReplaceableString( text, "\"", """ ) )
|
||||
{
|
||||
stream() << text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user