On 9/21/06, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote:
This patch gets code_coda.t to test for multiply-defined codas (for those cases when a file append or automated tool adds a coda unnecessarily). I have a feeling it's not pretty code, but my perl foo is only slowly improving.
great idea for the second test. i modified this patch a bit before applying as r14686. specifically, i ~ modified plan to correct number of tests ~ renamed existing array @comments to @no_coda to better reflect use ~ simplified search for multiple codas i think you might learn a neat trick for extracting a count of matches (without using grep) from a regex if you look at the diff. thanks, and more patches welcome! :) ~jerry