Fixed
elm-test --report junit
now works with elm-program-test. Thejunit
report is XML.elm-program-test
uses some characters that are not allowed in XML. This version replaces such disallowed characters with an Elm-style escape sequence, instead of crashing like it did before. Thanks to Christoph Hermann for reporting and to Ilias Van Peer for fixing!