pulp icon indicating copy to clipboard operation
pulp copied to clipboard

`.` doesn't match `\n`

Open dmwit opened this issue 9 years ago • 0 comments

If test.log has the following contents:

Package foo Warning: bar
(foo)                baz

Then the following test.log.pulp file correctly results in no output:

!'bar\nbaz'

But with this test.log.pulp, pulp incorrectly produces output:

!'bar.baz'

dmwit avatar May 21 '16 21:05 dmwit