Fix issue reported at https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Incorrect.20escaping.20of.20.5Cr.20.3F/near/257061704
3 lines
121 B
Text
3 lines
121 B
Text
def main : IO Unit := do
|
|
IO.eprintln $ "\rfailed at counter-example"
|
|
IO.eprintln $ "\tfailed at counter-example"
|