You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In assertStringsEqualWithDiff trim newlines from expanded source
This removes the oddity that if you expand an attached macro on the first line, the expected expanded source needs to start with a newline.
Also, when the actual expanded source does not match the expected one, print the actual expanded source as it’s sometimes easier to read than the diff, especially if there are multiple differences.
0 commit comments