Example #1
0
        public void CleanStringTest()
        {
            string s = "lool\n\rhehexd";

            Assert.AreEqual("loolhehexd", BotUtils.CleanString(s));
        }