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

Some examples fail to parse #51

Open
jcorbin opened this issue Mar 3, 2021 · 0 comments
Open

Some examples fail to parse #51

jcorbin opened this issue Mar 3, 2021 · 0 comments
Assignees

Comments

@jcorbin
Copy link
Collaborator

jcorbin commented Mar 3, 2021

Discovered while covering the describe module in #52, we have a few examples which fail to parse:

$ ./scripts/gen_desc_tests.sh
internal story error
examples/maze.kni:8:1: Expected parenthetical expression to end with ")" or continue with operator
but got "v".
examples/maze.kni:8:1: Expected "}" but got ")".
examples/maze.kni:8:1: Expected end of file, got "}".
internal story error
examples/ship.kni:24:7: Expected expression but got "?".
examples/ship.kni:24:7: Expected "}" but got "?".
examples/ship.kni:24:7: Expected to the end of the block but got "}".
examples/ship.kni:37:7: Expected expression but got "?".
examples/ship.kni:37:7: Expected "}" but got "?".
examples/ship.kni:37:7: Expected to the end of the block but got "}".
Could not link next label "forward.airlock" at position examples/ship.kni:19:1
Could not link next label "dorsal.bridge.deck" at position examples/ship.kni:26:7
Could not link next label "dorsal.airlock" at position examples/ship.kni:28:7
Could not link next label "ventral.airlock" at position examples/ship.kni:32:5
Could not link next label "aft.airlock" at position examples/ship.kni:35:5
Could not link next label "forward.bridge.deck" at position examples/ship.kni:40:7
Could not link next label "forward.airlock" at position examples/ship.kni:42:7
internal story error
examples/space.kni:61:3: Expected "[]" brackets in option but got to the end of the block.
@jcorbin jcorbin self-assigned this Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant