summaryrefslogtreecommitdiff
path: root/test/files/run/t8738.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8738 Regression in range equalityRex Kerr2014-07-201-0/+16
Missed the case of comparing a non-empty range to an empty one. Fixed by checking nonEmpty/isEmpty on other collection. Added a test to verify the behavior.