Simplify visual comparison
Open
@Jugst3r is already working on this.
Since Apr 28, 2026.
- Dominant language
- Ada
- Stars
- 13
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
When the actual and expected string differ, the following message is produced:
https://github.com/AdaCore/aunit/blob/552a2404ce283f74c9f7082730703cf52e5d7004/include/aunit/framework/aunit-assertions.adb#L109
Could this message be split over multiple lines such that a user can more easily see the difference.
E.g.
got - '1234567890ABCDEF'
expected - '123456789ABCDEF'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.