Describe the bug
Starting with MSTest 4.3.x, Assert.AreEqual no longer shows visual diff indicator (^) for strings.
Version used
MSTest 4.3.2
Steps To Reproduce
Call Assert.AreEqual() on two long strings with a single-character difference. The message output still reports the first character difference, such as:
Strings have same length (385) and differ at 1 location(s). First difference at index 337.
but there is no visual indicator like:
________________^
Expected behavior
See the visual indicator.
Actual behavior
No visual indicator.
Additional context
Love this feature when working with long fixed-width data format! Hopefully this is just a simple regression.
Describe the bug
Starting with MSTest 4.3.x, Assert.AreEqual no longer shows visual diff indicator (^) for strings.
Version used
MSTest 4.3.2
Steps To Reproduce
Call Assert.AreEqual() on two long strings with a single-character difference. The message output still reports the first character difference, such as:
but there is no visual indicator like:
Expected behavior
See the visual indicator.
Actual behavior
No visual indicator.
Additional context
Love this feature when working with long fixed-width data format! Hopefully this is just a simple regression.