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

Issues/58 #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Issues/58 #59

wants to merge 2 commits into from

Conversation

vicpara
Copy link

@vicpara vicpara commented Nov 22, 2015

I've created a branch that fixed issue 58 which I've created.
Please review and give feedback.
Thanks

Paraschiv, Victor : Personal & Corporate Banking added 2 commits November 22, 2015 23:18
@vicpara
Copy link
Author

vicpara commented Nov 25, 2015

The pull request fails because of a missed dependency during the build not because of the code.

@tototoshi
Copy link
Owner

Thanks @vicpara

The problem is not about newline character but about \b.
Now escape character is not permitted to place before a non-special character, so the parser throws MalformedException.
The escape character before non-special character has no meaning, but I think it should be parsed without an error. I will fix this in other patch.

@tototoshi
Copy link
Owner

4de296d

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

Successfully merging this pull request may close these issues.

2 participants