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

CommonSyntax parser seems to ignore newlines/paragraph start/end #97

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

On parsing
-------------------
my first paragraph

my second paragraph
-------------
we get as a result
-------------
my first paragraphmy second paragraph
--------------
i.e. onEmtpyLines is never called and onParagraphStart is called only once.

We use WEM 2.0.6. release.

Original issue reported on code.google.com by [email protected] on 29 Nov 2008 at 1:12

@GoogleCodeExporter
Copy link
Author

Same result with trunk version checked out on 2008-11-29

Original comment by [email protected] on 29 Nov 2008 at 2:34

@GoogleCodeExporter
Copy link
Author

UPDATE: bug seems to come from our code

Original comment by [email protected] on 29 Nov 2008 at 3:04

  • Added labels: Priority-Low
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 29 Sep 2010 at 1:53

  • Added labels: CommonSyntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant