Skip to content

Commit

Permalink
Add test case using empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 14, 2024
1 parent 630ac1b commit 6ce9ae7
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 6ce9ae7

Please # to comment.