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

Parser output weird if a line contains more then one link #1

Open
ePirat opened this issue Nov 25, 2014 · 1 comment
Open

Parser output weird if a line contains more then one link #1

ePirat opened this issue Nov 25, 2014 · 1 comment

Comments

@ePirat
Copy link

ePirat commented Nov 25, 2014

Title already says it, if a line contains more then one link, the output will be very weird:

3848384 Example <http://example.org>, Another Example <http://example.org/2>

ends up being parsed as:

(Time) <a href="http://example.org%3E%2C%20Another%20Example%20%3Chttp%3A%2F%2Fexample.org%2F2">Example</a>

or similar.

@luto
Copy link
Member

luto commented Nov 25, 2014

since we only allow zero or one link for each line, this should result in an error.

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

2 participants