Skip to content

Commit df509a3

Browse files
more functional test
1 parent 9f0da67 commit df509a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestFunctional.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tests = [
1919
("## HEAD (no branch)\n", ":hash", [0,0,0,0,0,0])
2020
,
2121
("## master\n M\n M\n M\n??\n", "master", [0,0,0,0,3,1])
22+
,
23+
("## dev...o/dev [ahead 4, behind 5]\nM \n M\n??\n", "dev", [4,5,1,0,1,1])
2224
]
2325

2426
makeTest :: TestData -> Test

0 commit comments

Comments
 (0)