| 58 | } |
| 59 | |
| 60 | template <class T> static bool equals(const T & expected, const T & actual) { |
| 61 | return expected == actual; |
| 62 | } |
| 63 | |
| 64 | static common_chat_msg normalize(const common_chat_msg & msg) { |
| 65 | common_chat_msg normalized = msg; |
no test coverage detected