Skip to content

UtAssert_StringBufCompare output of strings could be put on top of each other for easier problem identification #1193

@asgibson

Description

@asgibson

Is your feature request related to a problem? Please describe.
Differences in strings can be hard to identify when they are side by side. Current output:

[ FAIL] 02.003 tests.c:38 - String: 'Space Error?   ?    ?      ?       ?' == 'Space Error?   ?    ?       ?       ?'

Describe the solution you'd like
Stack strings for easier identification of malformations. For example:

[ FAIL] 02.004 tests.c:40 - String:
Received:'Space Error?   ?    ?      ?       ?'
Expected:'Space Error?   ?    ?       ?       ?'

Describe alternatives you've considered
Manual copy and paste into text editor.

Additional context
N/A

Requester Info
Alan Gibson NASA/GSFC 587

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions