avh4/elm-program-test

firstErrorOf: couldn't parse failure report

Open

#162 geöffnet am 4. Mai 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Elm (28 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (95 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hey Aaron! Got this while hanging with you on Twitch:

Expected one of the following to exist:
    - <button> with text
        > PLEASE REPORT THIS AT <https://github.com/avh4/elm-program-test/issues>: firstErrorOf: couldn't parse failure report: Expecting Keyword tag  at row 77, col 17
    Expecting Keyword text  at row 77, col 17
    Expecting Keyword attribute  at row 77, col 17
    Expecting Keyword containing  at row 77, col 17
    Expecting  ] at row 77, col 17
    Expecting Keyword attribute  at row 77, col 17
    Expecting Keyword containing  at row 77, col 17    Expecting  ] at row 77, col 17
    - <form> with submit <input> with value
        > PLEASE REPORT THIS AT <https://github.com/avh4/elm-program-test/issues>: firstErrorOf: couldn't parse failure report: Expecting Keyword tag  at row 77, col 17
    Expecting Keyword text  at row 77, col 17
    Expecting Keyword attribute  at row 77, col 17
    Expecting Keyword containing  at row 77, col 17    Expecting  ] at row 77, col 17

Here is the project at the commit producing the error: https://github.com/ryannhg/elm-uno/tree/ca8c3719285df279998d47245dab5132ed68b077

You can run npm run test to reproduce this ( or elm-test )

Contributor Guide