mirror of
https://github.com/correl/elm.git
synced 2025-03-10 17:00:07 -09:00
Back off a large list comparisons in lieu of a fix for https://github.com/elm-lang/core/issues/601
This commit is contained in:
parent
cb3e064605
commit
7435bd9e7f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ tests =
|
|||
(assertEqual Sublist (sublist [ 3, 4, 5 ] [1..100000]))
|
||||
, test
|
||||
"huge sublist not in list"
|
||||
(assertEqual Unequal (sublist [10..100001] [1..100000]))
|
||||
(assertEqual Unequal (sublist [10..5001] [1..5000]))
|
||||
, test
|
||||
"superlist at start"
|
||||
(assertEqual Superlist (sublist [ 1, 2, 3, 4, 5 ] [ 1, 2, 3 ]))
|
||||
|
|
Loading…
Add table
Reference in a new issue