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

--- Comment #6 from [email protected] ---
This bug has been fixed for a subset of snippets.

[subbu@earth tests] echo ' 1<c\n b>3' | node parse --wt2wt
 1<c
 b>3
[subbu@earth tests] echo ' 1<a\n b>3' | node parse --wt2wt
WARNING: DSR inconsistency: cs/s mismatch for node: PRE s: 1; cs: 0
 1<a
  b>3

In the first case, 'c' is not a valid HTML tag and so it immediately gets
converted to text and is handled properly.  But 'a' is a valid HTML tag and is
not converted to text till it hits the saniter, too late for it to be processed
by the pre-handler which runs before the sanitizer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to