Skip to content

Commit

Permalink
chore: Make helpers/inspect.sh not ignore new line differences
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb authored and Sydney committed Jan 30, 2025
1 parent e58c286 commit 39ffca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/inspect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ else
cat $1/Expected.$ext | sed -e '$a\' | tee /tmp/expected$$
fi
echo "------ diff ------"
diff -C 3 --color=auto -B /tmp/expected$$ /tmp/out$$
diff -C 3 --color=auto /tmp/expected$$ /tmp/out$$

rm /tmp/expected$$ /tmp/out$$

0 comments on commit 39ffca3

Please sign in to comment.