mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
add BOM test generator
This commit is contained in:
parent
f09515867d
commit
3a31b84d1a
1 changed files with 12 additions and 0 deletions
12
test/repos/bom.sh
Normal file
12
test/repos/bom.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue