-
Notifications
You must be signed in to change notification settings - Fork 15
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
fail on ":" character #113
Comments
To help troubleshoot this, I suggest that whoever works on this look at the output of scribe.py on that mapfile fragment. It is very likely that the scribe.py script truncates the string at the ":" which results in an invalid mapfile as output. The solution would likely be to have the scribe.py parser honor strings when it looks for ":". |
The problem comes from Scribe removing comments, so anything starting with //. I am working on a fix right now. |
Scribe fail on ":" character.
give error:
but this work:
The text was updated successfully, but these errors were encountered: