public void CleanStringTest() { string s = "lool\n\rhehexd"; Assert.AreEqual("loolhehexd", BotUtils.CleanString(s)); }