Andriamanitra / coctus

Command line tool for playing clashes and I/O puzzles from CodinGame locally
MIT License
4 stars 2 forks source link

Fix missing statement html #5

Closed ellnix closed 8 months ago

ellnix commented 8 months ago

Some clashes do not have a statementHtml key (try cargo show 58951a69f66d23586be8084cb0969c637b07).

This PR fixes this issue and tests it, along the way breaks out the App struct into its own file to make it usable in tests.

ellnix commented 8 months ago

Will rebase soon, need to figure out how to change which repo my fork is pointing to.

ellnix commented 8 months ago

Nevermind, there are too many changes and github does not support changing fork. I'll have to redo some of this, altho I see now that the main issue is already solved.