Base/Toponaming: Refactor to extract filters to new file

This commit is contained in:
Chris Hennes
2023-10-05 12:35:22 -05:00
parent 5b30bdc2f0
commit 9b11c36708
9 changed files with 460 additions and 308 deletions

View File

@@ -118,7 +118,7 @@ TEST_F(WriterTest, charStream)
TEST_F(WriterTest, charStreamBase64Encoded)
{
// Arrange
auto& stream {_writer.beginCharStream(Base::CharStreamFormat::Base64Encoded)};
_writer.beginCharStream(Base::CharStreamFormat::Base64Encoded);
std::string data {"FreeCAD rocks! 🪨🪨🪨"};
// Act