Lexer.lexTripleQuotedString

private void lexTripleQuotedString(char quote) @safe pure

Lexes 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

quoteThe quote character ('"' or '\'')