lean4-htt/tests/lean/rawStringEOF.lean
Kyle Miller ae6fe098cb
feat: Rust-style raw string literals (#2929)
For example, `r"\n"` and `r#"The word "this" is in quotes."#`.

Implements #1422
2023-12-20 16:53:08 +00:00

5 lines
103 B
Text

/-!
# Testing an unterminated raw string literal
-/
#check r###"this is a raw string, unterminated"##