Skip to content

Commit fe10c94

Browse files
authored
Add test case using empty line (#473)
See <https://gitlab.haskell.org/ghc/ghc/-/issues/23984>
1 parent 114d189 commit fe10c94

File tree

1 file changed

+1
-1
lines changed
  • tests/Language/Haskell/Stylish/Step/LanguagePragmas

1 file changed

+1
-1
lines changed

tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ case13 = assertSnippet
230230
input =
231231
[ "{-# LANGUAGE BangPatterns #-}"
232232
, "{-# LANGUAGE DeriveFunctor #-}"
233-
, "module Main where"
233+
, ""
234234
, "main = let !x = 1 + 1 in print x"
235235
]
236236

0 commit comments

Comments
 (0)