Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Partial commented line are not correctly passed #170

Closed
funilrys opened this issue Sep 19, 2017 · 0 comments
Closed

Partial commented line are not correctly passed #170

funilrys opened this issue Sep 19, 2017 · 0 comments
Assignees
Labels

Comments

@funilrys
Copy link
Owner

funilrys commented Sep 19, 2017

After playing myself with the coming next release, I discovered that if a line is formatted like the following, the domain is interpreted as it's read ...

github.com # This is great

Said in another way:

  • We read the line github.com # This is great
  • We analyze the domain github.com # This is great

It should normally be:

  • We read the line github.com # This is great
  • We analyze the domain github.com
@funilrys funilrys added the bug label Sep 19, 2017
@funilrys funilrys added this to the Discovered Issues milestone Sep 19, 2017
@funilrys funilrys self-assigned this Sep 19, 2017
@funilrys funilrys added this to Todo in Issues [Discovered] Sep 19, 2017
@funilrys funilrys moved this from Todo to In Progress in Issues [Discovered] Sep 19, 2017
funilrys added a commit that referenced this issue Sep 19, 2017
@funilrys funilrys moved this from In Progress to Done in Issues [Discovered] Sep 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

1 participant