Lexer.lexTripleQuotedString
private
void lexTripleQuotedString(char quote) @safe pureLexes a triple-quoted string.
Rejects single-line triple-quoted strings per CF-SPEC 5.2.3 rule 1: the opening and closing delimiters MUST be on separate lines.
Parameters
quote | The quote character ('"' or '\'') |