Beispiel #1
0
        public void UeditorContentFactory_RestoreBlank_ShouldReturnCorrect2()
        {
            string content = "<p>{:}{:}{:}{:}{:}</p>";
            string result  = UeditorContentFactory.RestoreBlank(content);

            Assert.IsNotNull(result);
            Console.WriteLine(result);
        }
Beispiel #2
0
 protected override string FormatStem(string stem)
 {
     return(UeditorContentFactory.RestoreBlank(stem));
 }