Skip to content

HTML entities in Twitter messages #405

@ForNeVeR

Description

@ForNeVeR

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;.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions