Harden emote parsing (#3885)

This commit is contained in:
pajlada
2022-11-05 11:04:35 +01:00
committed by GitHub
parent f00f766eeb
commit aac9ea53d0
14 changed files with 1163 additions and 104 deletions
+5 -1
View File
@@ -16,6 +16,8 @@
using namespace chatterino;
using ::testing::Exactly;
namespace {
class MockApplication : IApplication
{
public:
@@ -27,7 +29,7 @@ public:
{
return nullptr;
}
Emotes *getEmotes() override
IEmotes *getEmotes() override
{
return nullptr;
}
@@ -77,6 +79,8 @@ public:
// TODO: Figure this out
};
} // namespace
class MockHelix : public IHelix
{
public: