We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e952576 commit 20746cfCopy full SHA for 20746cf
test/functional/PluginSpec.hs
@@ -51,9 +51,9 @@ spec = do
51
52
liftIO $ [ca ^. L.title] `shouldContain` ["Add TODO Item 1"]
53
54
- -- liftIO $ putStrLn $ "A" -- AZ
+ liftIO $ putStrLn $ "A" -- AZ
55
executeCodeAction ca
56
- -- liftIO $ putStrLn $ "B" -- AZ
+ liftIO $ putStrLn $ "B" -- AZ
57
58
-- _ <- skipMany (message @RegisterCapabilityRequest)
59
-- liftIO $ putStrLn $ "B2" -- AZ
@@ -62,7 +62,7 @@ spec = do
62
-- liftIO $ putStrLn $ "diags2 = " ++ show _diags2 -- AZ
63
64
-- contents <- getDocumentEdit doc
65
- -- liftIO $ putStrLn $ "C" -- AZ
+ liftIO $ putStrLn $ "C" -- AZ
66
-- liftIO $ contents `shouldBe` "main = undefined\nfoo x = x\n"
67
68
-- noDiagnostics
0 commit comments