File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,4 @@ onelineSectionArgs sectionArgs = joinedName
81
81
getName :: Syntax. SectionArg Syntax. Position -> T. Text
82
82
getName (Syntax. SecArgName _ identifier) = T. decodeUtf8 identifier
83
83
getName (Syntax. SecArgStr _ quotedString) = T. decodeUtf8 quotedString
84
- getName (Syntax. SecArgOther _ string) = T. decodeUtf8 string
84
+ getName (Syntax. SecArgOther _ string) = T. decodeUtf8 string
Original file line number Diff line number Diff line change @@ -116,4 +116,4 @@ defDocumentSymbol range = DocumentSymbol
116
116
, _selectionRange = range
117
117
, _children = Nothing
118
118
, _tags = Nothing
119
- }
119
+ }
Original file line number Diff line number Diff line change @@ -4,13 +4,10 @@ module Outline (
4
4
outlineTests ,
5
5
) where
6
6
7
- import Language.LSP.Protocol.Types (
8
- DocumentSymbol (.. ),
9
- Position (.. ),
10
- Range (.. ),
11
- )
12
- import Test.Hls qualified as T
13
- import Utils
7
+ import Language.LSP.Protocol.Types (DocumentSymbol (.. ),
8
+ Position (.. ), Range (.. ))
9
+ import qualified Test.Hls as T
10
+ import Utils
14
11
15
12
testSymbols :: (T. HasCallStack ) => T. TestName -> FilePath -> [DocumentSymbol ] -> T. TestTree
16
13
testSymbols testName path expectedSymbols =
You can’t perform that action at this time.
0 commit comments