Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: support for compiled jsons ending with an container and not a DONE #56

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Commits on Sep 22, 2023

  1. Added support for closing container without done command

    as shown by [Jerry](https://discordapp.com/users/jerrytron)
    adds inky a empty container at the end of the story.
    Which resultet in unexpected EOF.
    
    Now there is a check iff we leave the top level container and are
    at the end of the story file, the story ends.
    JBenda committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bf925e7 View commit details
    Browse the repository at this point in the history
  2. Add test for different compiled json

    Ensures compability for different ink compilers
    (bonus: use link for inkcpp_test resource file
    should now also supported on windows)
    JBenda committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    282f3c7 View commit details
    Browse the repository at this point in the history