We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc11b45 commit 0feab68Copy full SHA for 0feab68
tests/app/Spec/Tests/Haskell/Diagnostics.hs
@@ -26,7 +26,7 @@ diagnosticsTests lsName = describe "Diagnostics" $ do
26
testDiagnostics lsName "Foo.hs" Nothing etaExpandCode $ \diagnostics -> do
27
assertDiagnosticRanges diagnostics [(Range (Position 6 0) (Position 6 14), Just (InR "refact:Eta reduce"))]
28
29
- testDiagnostics lsName "main.ipynb" Nothing [__i|-- Some comment
+ testDiagnostics lsName "main.ipynb" Nothing [__i|-- A comment
30
foo = bar
31
32
putStrLn "HI"
0 commit comments