Skip to content

Commit

Permalink
Add test case using empty line (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj authored Jan 19, 2024
1 parent 114d189 commit fe10c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ case13 = assertSnippet
input =
[ "{-# LANGUAGE BangPatterns #-}"
, "{-# LANGUAGE DeriveFunctor #-}"
, "module Main where"
, ""
, "main = let !x = 1 + 1 in print x"
]

Expand Down

0 comments on commit fe10c94

Please sign in to comment.