1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

add BOM test generator

This commit is contained in:
Tommy Nguyen 2018-08-16 02:00:34 -04:00
parent f09515867d
commit 3a31b84d1a

12
test/repos/bom.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
set -ex; rm -rf repo; mkdir repo; cd repo
git init
cat <<EOT >> bomtest.txt A,B,C,D,E
F,G,H,I,J
K,L,M,N,O
P,Q,R,S,T
U,V,W,X,Y
Z,1,2,3,4
EOT