lean4-htt/tests/lean/1079.lean.expected.out
jrr6 020da5bffb
fix: behavior of hard line breaks in Format strings (#8457)
This PR fixes an issue when including a hard line break in a `Format`
that caused subsequent (ordinary) line breaks to be erroneously
flattened to spaces.

This issue is especially important for displaying notes and hints in
error messages, as these components could appear garbled due to improper
line-break rendering.
2025-05-29 22:10:27 +00:00

17 lines
395 B
Text

1079.lean:3:2-3:7: error: Alternative 'isFalse' has not been provided
[Meta.Tactic.simp.rewrite] h:1000:
m
==>
n
[Meta.Tactic.simp.rewrite] eq_self:1000:
n = n
==>
True
[Meta.Tactic.simp.unify] eq_self:1000, failed to unify
?a = ?a
with
Ordering.eq = Ordering.lt
[Meta.Tactic.simp.rewrite] imp_self:10000:
False → False
==>
True