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

HTML entities in Twitter messages #405

Open
ForNeVeR opened this issue Aug 17, 2016 · 3 comments
Open

HTML entities in Twitter messages #405

ForNeVeR opened this issue Aug 17, 2016 · 3 comments
Assignees
Labels

Comments

@ForNeVeR
Copy link
Member

Consider Twitter user that have written the following in tweet:

λ> nil := (\f . (\x . x))
λ> pair := (\x . (\y . (\z . ((z x) y))))
λ> ((pair 97) ((pair 98) ((pair 99) nil)))
string: abc

For some reason Horta echoed this to MUC in the following form:

<horta hell> @tsoding твитит: λ&gt; nil := (\f . (\x . x))
λ&gt; pair := (\x . (\y . (\z . ((z x) y))))
λ&gt; ((pair 97) ((pair 98) ((pair 99) nil)))
string: abc

I don't think we should replace these > with &gt;.

@rexim
Copy link
Member

rexim commented Aug 17, 2016

Morganey as a testing tool for Horta!

@ForNeVeR
Copy link
Member Author

Parts of our infrastructure are testing each other. We need to add more to the mix to evolve the perfect machine!

@hagane hagane self-assigned this Aug 19, 2016
@hagane
Copy link
Contributor

hagane commented Aug 19, 2016

Right. Twitter's probably thinks it's cute to pre-escape html in the tweets. Should be straightforward enough.

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

No branches or pull requests

3 participants