Skip to content

Commit

Permalink
Add tests (not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Sep 13, 2020
1 parent 1e8588f commit 4aefe73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,14 @@ nonLocalCompletionTests =
["{-# OPTIONS_GHC -Wunused-binds #-}", "module A () where", "f = Prelude.hea"]
(Position 2 15)
[ ("head", CiFunction, True, True)
],
completionTest
"import"
[ "module A where"
, "import Control."
]
(Position 2 16)
[ ("Control.Applicative", CiModule, False, False)
]
]

Expand Down

0 comments on commit 4aefe73

Please sign in to comment.