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