8#include <framework/utilities/HTML.h>
11#include <gtest/gtest.h>
19 std::string s(
"\"abc<def>geh &abc;>");
22 EXPECT_EQ(
""abc<def>geh &abc;&gt;",
HTML::escape(s));
std::string escape(const std::string &str)
Convert &, <, > etc.
std::string unescape(const std::string &str)
inverse of escape()
Abstract base class for different kinds of events.