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.
6 lines
273 B
Text
6 lines
273 B
Text
test_extern.lean:6:0-6:17: error: test_extern: HAdd.hAdd does not have an @[extern] attribute or @[implemented_by] attribute
|
|
test_extern.lean:15:0-15:13: error: native implementation did not agree with reference implementation!
|
|
Compare the outputs of:
|
|
#eval g
|
|
and
|
|
#eval 4
|