lean4-htt/tests/lean/run/charQuote.lean
plp127 cceabbbe7e
fix: quoting single quote Char (''') (#8742)
This PR fixes a bug where the single-quote character `Char.ofNat 39`
would delaborate as `'''`, which causes a parse error if pasted back in
to the source code.

---------

Co-authored-by: Kyle Miller <kmill31415@gmail.com>
2025-06-13 15:29:11 +00:00

7 lines
106 B
Text

-- This used to delaborate as `'''`, which is a parse error.
/--
info: '\''
-/
#guard_msgs in
#eval '\''