Skip to content

Commit 1c501d7

Browse files
committed
tests/cli(snapshots): add fmt golden outputs
1 parent 8a51772 commit 1c501d7

14 files changed

+133
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
~/study/c/:
2+
repo1:
3+
repo: url1
4+
repo2:
5+
repo: url2
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
~/study/c/:
2+
repo2:
3+
repo: url2
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"~/aaa/": {
3+
"repo1": {
4+
"repo": "another-compact"
5+
}
6+
},
7+
"~/zzz/": {
8+
"alpha": {
9+
"repo": "verbose-url"
10+
},
11+
"beta": {
12+
"remotes": {
13+
"upstream": "upstream-url"
14+
},
15+
"repo": "already-good"
16+
},
17+
"zebra": {
18+
"repo": "compact-url"
19+
}
20+
}
21+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"~/projects/": {
3+
"repo1": {
4+
"repo": "git+https://github.com/user/repo1.git"
5+
},
6+
"repo2": {
7+
"repo": "git+https://github.com/user/repo2.git"
8+
},
9+
"repo3": {
10+
"repo": "git+https://github.com/user/repo3.git"
11+
}
12+
}
13+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
~/zzz/:
2+
repo1:
3+
repo: url1
4+
repo2:
5+
repo: url2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
~/study/c/:
2+
repo1:
3+
repo: url1
4+
repo2:
5+
repo: url2
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"~/aaa/": {
3+
"alpha": {
4+
"repo": "url1"
5+
},
6+
"beta": {
7+
"repo": "url2"
8+
}
9+
},
10+
"~/bbb/": {
11+
"charlie": {
12+
"repo": "url3"
13+
}
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
~/study/c/:
2+
repo2:
3+
repo: url2
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"~/aaa/": {
3+
"repo2": {
4+
"repo": "url2"
5+
}
6+
},
7+
"~/mmm/": {
8+
"repo3": {
9+
"repo": "url3"
10+
}
11+
},
12+
"~/zzz/": {
13+
"repo1": {
14+
"repo": "url1"
15+
}
16+
}
17+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"~/projects/": {
3+
"alpha": {
4+
"repo": "url2"
5+
},
6+
"beta": {
7+
"repo": "url3"
8+
},
9+
"zebra": {
10+
"repo": "url1"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)