Closed buinauskas closed 5 years ago
Tests fail for elm-markup repository. This is the exact code that causes the failure:
----------------------------------------------------------------- examples/elm-markup/src/Mark/Internal/Description.elm 10 ms (MISSING right_brace [1473, 22] - [1473, 22]) examples/elm-markup/src/Mark/Internal/Parser.elm 13 ms (ERROR [456, 4] - [460, 25]) -----------------------------------------------------------------
Have added to parse-examples:
parse-examples
checkout_at "examples/elm-markup" "mdgriffith/elm-markup" "8d44a27b8fca4cd936577c239941851451f22b41"
These are also due to comments right before an in
in
Tests fail for elm-markup repository. This is the exact code that causes the failure:
Have added to
parse-examples
: