Skip to content

Commit f7c03e3

Browse files
committed
undo the formatting change because tests fail
1 parent bb59a38 commit f7c03e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dhall/src/Dhall/Pretty/Internal.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ combine ASCII = "/\\"
432432
combine Unicode = ""
433433

434434
combineTypes :: CharacterSet -> Text
435-
combineTypes = combine -- Replace //\\ by /\ as //\\ is now deprecated.
435+
combineTypes ASCII = "//\\\\"
436+
combineTypes Unicode = ""
436437

437438
prefer :: CharacterSet -> Text
438439
prefer ASCII = "//"

0 commit comments

Comments
 (0)