@@ -4839,13 +4839,13 @@ nonLocalCompletionTests =
4839
4839
" constructor"
4840
4840
[" {-# OPTIONS_GHC -Wall #-}" , " module A where" , " f = True" ]
4841
4841
(Position 2 8 )
4842
- [ (" True" , CiConstructor , " True " , True , True , Nothing )
4842
+ [ (" True" , CiConstructor , " True" , True , True , Nothing )
4843
4843
],
4844
4844
completionTest
4845
4845
" type"
4846
4846
[" {-# OPTIONS_GHC -Wall #-}" , " module A () where" , " f :: Boo" , " f = True" ]
4847
4847
(Position 2 8 )
4848
- [ (" Bool" , CiStruct , " Bool " , True , True , Nothing )
4848
+ [ (" Bool" , CiStruct , " Bool" , True , True , Nothing )
4849
4849
],
4850
4850
completionTest
4851
4851
" qualified"
@@ -5020,7 +5020,7 @@ otherCompletionTests = [
5020
5020
-- This should be sufficient to detect that we are in a
5021
5021
-- type context and only show the completion to the type.
5022
5022
(Position 3 11 )
5023
- [(" Integer" , CiStruct , " Integer " , True , True , Nothing )],
5023
+ [(" Integer" , CiStruct , " Integer" , True , True , Nothing )],
5024
5024
5025
5025
testSession " duplicate record fields" $ do
5026
5026
void $
0 commit comments