Julia 1.6.2 not eq comparison operator bug

When I want to use the Not-equals comparison operator,I must copy from the julia help documentation.

If it is not obtained by copying, even if I input according to the suggestions of the document, and the characters displayed are correct visually .The operators still cannot be correctly recognized


The details as following link:
julia 1.6.2 not eq issue detail

The input help (=\not) is wrong. Unicode Input · The Julia Language lists it as \ne.

This is a more general issue: https://github.com/JuliaLang/julia/issues/39814

1 Like

Proposed fix: https://github.com/JuliaLang/julia/pull/41870