[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#977574: lintian: issues about quoted-placeholder-in-mailcap-entry



> Before I knew about the Lintian test I used to look for bad rules with these simple patterns:
> '.*%(s|t|{[^}]*}|n|F)'
> ".*%(s|t|{[^}]*}|n|F)"

Sorry, bad patterns. I forgot to quote literal braces:
'.*%(s|t|\{[^}]*\}|n|F)'
".*%(s|t|\{[^}]*\}|n|F)"


Reply to: