Skip to content

25723

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 22:26
· 2199 commits to main since this release
a0cdc04
Require all files in test/root use newlines. (#63)

Our test setup specifies that the newline separator be \n so we can
actually use golden files for testing output of scripts. This doesn't
work so well when git mangles the golden files by adding newlines to
them.

Co-authored-by: heeheehee <heeheehee@users.sourceforge.net>