Closed buinauskas closed 5 years ago
Test will fail for elm-ui repository. This is the exact code that causes the failure:
----------------------------------------------------------------- examples/elm-ui/src/Internal/Model.elm 16 ms (ERROR [3404, 0] - [3471, 0]) -----------------------------------------------------------------
Have added to parse-examples:
parse-examples
checkout_at "examples/elm-ui" "mdgriffith/elm-ui" "8ea670023987e8dbb025aca3bf2d8072aafbd323"
This is caused by the comment -- (oldMiddle - newFullMiddle) * 2 right before the in
-- (oldMiddle - newFullMiddle) * 2
in
Test will fail for elm-ui repository. This is the exact code that causes the failure:
Have added to
parse-examples
: