Comments incorrect HTML-like stripping
Created by: eddiemonge
Entering
if a.name < b.name then -1 else 1
in a comment hides everything after the less than symbol so the comment becomes
if a.name
Created by: eddiemonge
Entering
if a.name < b.name then -1 else 1
in a comment hides everything after the less than symbol so the comment becomes
if a.name