RENDER(Request& context) { // Regression: this comment contains <> and an apostrophe that shouldn't start a literal block: <> String outer_status = "outer parser ok"; <>

UCE Test: Preprocessor Comments

This page exists to prove the template parser ignores quotes and template markers that appear inside C++ comments.

It also renders a literal raw-string terminator sequence safely: )".

marker. String inline_status = "inline comment ok"; ?> markers without confusing the parser or the generated .cpp output. */ String block_status = "block comment ok"; ?>
Request Parameters
}