-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Milestone
Description
- In the output of a failing test, where the actual and expected values are tabulated, add a marker on the left margin of lines that failed comparison.
- In the output of a failing test, where the actual and expected values are tabulated, in the "actual" column, show both the postprocessed
expected_region_highlight
-style values (1-indexed, inclusive of both ends) for eyeballability and the rawregion_highlight
-style values (0-indexed, half-open) that were verified. - In the output of a failing test, on the line of a failing test point, the "observed" datum is given in
expected_region_highlight
-style values, even though observations are inregion_highlight
-style values. - Ensure the two-formats issue is clearly documented in tests/README.md.
- Ensure the existence of tests/generate.zsh is clearly documented in tests/README.md.
- (Likewise any other scripts in
tests/
.) - Rename
expected_region_highlight
to a name that reflects the data format differences toregion_highlight
(Hungarian notation)