mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
parent
6e74b5c7ed
commit
f7e2777665
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user