Example #1
0
 bool VerifyEndLabel(CharSpan chars)
 {
     return(chars
            .LastWord()
            .StartsWith(_hereDocLabel));
 }