Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
close-nested-and-parent-together.test
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
test
5 lines
87 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'close-nested-and-parent-together'
'
2
(cd foo &&
3
(bar &&
4
baz))
5
'