From cea736e6e92bb0c37b61af15da9c261b79eb3c9b Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Sun, 19 Aug 2018 07:20:50 -0400 Subject: Factor out into NormalizeLinefeeds; add tests --- test/repos/bom.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test') diff --git a/test/repos/bom.sh b/test/repos/bom.sh index 9599f80e6..e8642491a 100644 --- a/test/repos/bom.sh +++ b/test/repos/bom.sh @@ -3,6 +3,18 @@ set -ex; rm -rf repo; mkdir repo; cd repo git init +cat <> windowslf.txt +asdf +asdf +EOT + +unix2dos windowslf.txt + +cat <> linuxlf.txt +asdf +asdf +EOT + cat <> bomtest.txt A,B,C,D,E F,G,H,I,J -- cgit v1.2.3