| ... | @@ -494,7 +494,7 @@ pub fn expectStringStartsWith(actual: []const u8, expected_starts_with: []const | ... | @@ -494,7 +494,7 @@ pub fn expectStringStartsWith(actual: []const u8, expected_starts_with: []const |
| 494 | | 494 | |
| 495 | print("\n====== expected to start with: =========\n", .{}); | 495 | print("\n====== expected to start with: =========\n", .{}); |
| 496 | printWithVisibleNewlines(expected_starts_with); | 496 | printWithVisibleNewlines(expected_starts_with); |
| 497 | print("\n====== instead ended with: ===========\n", .{}); | 497 | print("\n====== instead started with: ===========\n", .{}); |
| 498 | printWithVisibleNewlines(shortened_actual); | 498 | printWithVisibleNewlines(shortened_actual); |
| 499 | print("\n========= full output: ==============\n", .{}); | 499 | print("\n========= full output: ==============\n", .{}); |
| 500 | printWithVisibleNewlines(actual); | 500 | printWithVisibleNewlines(actual); |