Example #1
0
 public void TestExpectedInput()
 {
     var testNode = StaticHelpers.GetNode("<think>This is a test</think>");
     _botTagHandler = new Think(testNode);
     Assert.AreEqual("", _botTagHandler.ProcessChange());
 }