summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/comments/dumps/comments_0.nft
Commit message (Collapse)AuthorAgeFilesLines
* scanner: munch full comment linesPablo Neira Ayuso2022-12-071-0/+12
Munch lines full comment lines, regular expression matches lines that start by space or tab, then # follows, finally anything including one single line break. Call reset_pos() to ensure error reporting location is not puzzled. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1196 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>