1.3b1 selectors with complex attribute values

1.3b1 selectors with complex attribute values


I have some complex values in markup that I use to traverse the DOM
with $([attr=value]) but some complex values that work in 1.2.6 are
not working in 1.3b1.
I made a test case:
    http://irae.pro.br/jquerytests/1.2.6.html <-- works
    http://irae.pro.br/jquerytests/1.3b1.html <-- doesn't work
As far as I could tell the problem is in the Sizzle chunker regexp,
but I didn't have the time to try fixing it, so it can be other thing.