[Bug 19541] Specification split marks are out of kilter

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19541

--- Comment #5 from Robin Berjon <robin@w3.org> ---
(In reply to comment #2)
> BTW: why are you following the "dev-html" markers and not the "w3c-html"
> markers?

The script knows how to track any marker. Initially I had noticed such a
problem with the 2dcontext markers, and written this tool for that, but the
regex didn't include "-" so that I did fix the 2dcontext breakage but didn't
see these.

The log output I show below includes all errors. You can now pass an argument
to the tool to filter just for one marker type.

(In reply to comment #1)
> Just a note to be careful with such a script - sometime the START and END
> occur on the same line. I've fallen in this trap before.

Yup, I remembered that when I wrote this. I'm using a //g regex instead of
line-oriented processing because of that. I've hand-checked at least some of
the broken lines and can confirm that they are indeed bugs.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 15 October 2012 14:27:41 UTC