https://bugzilla.wikimedia.org/show_bug.cgi?id=30520

--- Comment #4 from Brion Vibber <[email protected]> 2011-08-23 17:53:37 UTC 
---
So... it doesn't seem to be a false positive, as far as I can tell it's a true
positive.

What makes it look like a false positive exactly, Tom?

Your expected text *is* bogus, but gets parsed the way we'd reasonably expect:

  <nowiki></span this wrong tag is not detected as test failure in Firefox 6.0
or Chrome></nowiki>

gets parsed into the expected actual structure:

  <nowiki></span></nowiki>

which of course matches the

  <nowiki></span></nowiki>

that we'd expect. This doesn't look like a useful test case at all; are you
trying to test the browser's HTML fragment parser? This won't be exercised in
real usages -- you're not even testing on the output, you're testing on your
given sample text.

Recommend removing these test cases for being useless.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to