parent
503d5d0c8e
commit
f3d1f08c3b
62 changed files with 527 additions and 527 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <vector>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
||||
Text::Text( std::string const& _str, TextAttributes const& _attr )
|
||||
: attr( _attr )
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ namespace Catch {
|
|||
width--;
|
||||
remainder = remainder.substr( 0, tabPos ) + remainder.substr( tabPos+1 );
|
||||
}
|
||||
|
||||
|
||||
if( width == remainder.size() ) {
|
||||
spliceLine( indent, remainder, width );
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ namespace Catch {
|
|||
}
|
||||
return _stream;
|
||||
}
|
||||
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
#endif // TWOBLUECUBES_CATCH_TEXT_HPP_INCLUDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue