wryun opened this issue 6 years ago · 0 comments
e.g.1 < "2" is true, when according to my reading of the spec it should be null. This is particularly strange since strict comparison is used for equality (e.g.. 1 == "1" is false).
1 < "2"
1 == "1"