Skip to content

Commit

Permalink
more functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Feb 4, 2015
1 parent 9f0da67 commit df509a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TestFunctional.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ tests = [
("## HEAD (no branch)\n", ":hash", [0,0,0,0,0,0])
,
("## master\n M\n M\n M\n??\n", "master", [0,0,0,0,3,1])
,
("## dev...o/dev [ahead 4, behind 5]\nM \n M\n??\n", "dev", [4,5,1,0,1,1])
]

makeTest :: TestData -> Test
Expand Down

0 comments on commit df509a3

Please sign in to comment.