public bool Style_CanEnd_ReturnsCorrectValue(Style style, string text, int index) { return(style.CanEnd(ref text, index)); }