Commit 7301cd8
committed
Normalize trailing newlines in assert_equal function
Instead of trying to normalize in each test, normalize directly in the
assert_equal function where both expected and actual are available. This
ensures consistent handling of trailing newlines across all platforms.1 parent 9f76a04 commit 7301cd8
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments