- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 May 2012 15:25:05 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17188 --- Comment #6 from Tim Mills <tim@cbcl.co.uk> 2012-05-25 15:25:04 UTC --- (In reply to comment #5) > I think you may have forgotten a call to environment-variable, in particular > > near, > > > > "other" eq "42" > > No, that's deliberate, although maybe I should have commented it, and it's > almost certainly not really necessary, I doubt we'll have malicious > implementations around. > > It weeds out implementations that say sring1 eq "string2" is always constant. > Maybe needsless paranoia on my part. Then perhaps the expected result is wrong? Either a) $all is empty - query will return true b) $all contains QTTEST2, QTTEST2 maps to "other" and "other" isn't the same as "42" - query will return true. But the expected result is false. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 25 May 2012 15:27:46 UTC