-
Notifications
You must be signed in to change notification settings - Fork 123
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
Parsing for optional complex classes fails #521
Labels
Comments
Just for completeness, the error also occurs for the For example, if you do the following:
|
Similarly, if you do the following:
Parse errors at next character after expected |
This problem does not appear fixed in the latest release of Cicero, version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current optional parsing does not work for missing optional complex types.
For the model:
And the template:
And the
sample.md
text:It parses correctly:
But for an empty address:
I get:
This should be filed as a separate bug I think.
The text was updated successfully, but these errors were encountered: