Re-format and re-run all acceptance tests.
This commit is contained in:
@@ -2,13 +2,9 @@ test sort_by_1() {
|
||||
let xs =
|
||||
[[4, 3, 2, 1], [2, 3, 4, 5]]
|
||||
when xs is {
|
||||
[[], ys] ->
|
||||
False
|
||||
[xs, []] ->
|
||||
False
|
||||
[[x, ..xs2], [y, ..ys2]] ->
|
||||
True
|
||||
_ ->
|
||||
False
|
||||
[[], ys] -> False
|
||||
[xs, []] -> False
|
||||
[[x, ..xs2], [y, ..ys2]] -> True
|
||||
_ -> False
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user