You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, goldenVsStringDiff "formats a range with LF endings" goldenGitDiff "test/testdata/BrittanyLF.formatted_range.hs"$ runSession testCommand fullCaps "test/testdata"$do
41
+
doc <- openDoc "BrittanyLF.hs""haskell"
42
+
let range =Range (Position10) (Position222)
43
+
formatRange doc (FormattingOptions4TrueNothingNothingNothing) range
, goldenVsStringDiff "formats a range with CRLF endings" goldenGitDiff "test/testdata/BrittanyCRLF.formatted_range.hs"$ runSession testCommand fullCaps "test/testdata"$do
47
+
doc <- openDoc "BrittanyCRLF.hs""haskell"
48
+
let range =Range (Position10) (Position222)
49
+
formatRange doc (FormattingOptions4TrueNothingNothingNothing) range
, goldenVsStringDiff "formats a range with LF endings" goldenGitDiff "test/testdata/format/BrittanyLF.formatted_range.hs"$ runSession hlsCommand fullCaps "test/testdata/format"$do
, goldenVsStringDiff "formats a range with CRLF endings" goldenGitDiff "test/testdata/format/BrittanyCRLF.formatted_range.hs"$ runSession hlsCommand fullCaps "test/testdata/format"$do
0 commit comments