Skip to content

Commit 833c6a8

Browse files
author
Ishmum Jawad Khan
committed
[bug-fix] test data for shebang
1 parent a844fa0 commit 833c6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,10 @@ missingPragmaTests = testGroup "missing pragma warning code actions" [
564564
let expected =
565565
[ "#! /usr/bin/env nix-shell"
566566
, "#! nix-shell --pure -i runghc -p \"haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])\""
567+
, ""
567568
, "{-# LANGUAGE ScopedTypeVariables #-}"
568569
, "{-# LANGUAGE TypeApplications #-}"
569-
, "module TypeApplications where"
570+
, "module AfterShebang where"
570571
, ""
571572
, "foo :: forall a. a -> a"
572573
, "foo = id @a"

0 commit comments

Comments
 (0)