range selections is failing in 1.3 beta 2

range selections is failing in 1.3 beta 2


http://dev.jquery.com/ticket/3813
It seems, that there's a selector regression in 1.3 beta2
$('div').filter(':gt(0):lt(5)')
works well in 1.2.6, but return zero objects in 1.3b2
I don't know if it's already been discussed.