Example #1
0
        public void FullShapeSpaceToSpaceTest()
        {
            string input = "a b";

            string expected = "a b";
            string actual;

            actual = StrHelper.FullShapeSpaceToSpace(input);

            Assert.AreEqual(expected, actual, "global::Huanlin.Text.StrHelper.FullShapeSpaceToSpace did not return the expected value" +
                            ".");
        }