File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ macro quotes them for you."
135
135
function = Record
136
136
{ field = 123 }"
137
137
(1 0 )
138
- (2 0 2 ))
138
+ (2 2 ))
139
139
140
140
(hindent-test " 2 Handle underscore in identifiers" "
141
141
function = do
@@ -522,7 +522,7 @@ data Foo = Foo {
522
522
(1 0 )
523
523
(2 2 )
524
524
(3 2 )
525
- (4 4 11 ))
525
+ (4 11 ))
526
526
527
527
(hindent-test " 21c* \" data\" declaration open on next line" "
528
528
data Foo = Foo
@@ -644,7 +644,7 @@ instance Bar Int
644
644
(hindent-test " 32 allow type operators" "
645
645
data (:.) a b = a :. b
646
646
"
647
- (2 0 16 ))
647
+ (2 0 2 ))
648
648
649
649
(hindent-test " 33* parse #else in CPP" "
650
650
#ifdef FLAG
@@ -661,9 +661,7 @@ data T = T {
661
661
}
662
662
663
663
"
664
- ; ; set of answers isn't best but it is not a bug
665
- ; ; should be just 0
666
- (5 0 9 ))
664
+ (5 0 2 ))
667
665
668
666
(hindent-test " 35 baroque construct which causes parse error" "
669
667
az = Projection
You can’t perform that action at this time.
0 commit comments