Hey, it is great that Chatscript has a feature to automatically verify if example sentences are matched by the corresponding rule with the #! notation. But what if I wanna verify that some examples are not matched by that rule (which of course shall not be matched)? This way one could make sure that similar input doesn’t get matched by accident. Kind of like when you test that your program throws the exceptions it should on invalid input.