author | Thomas Klausner <wiz@gatalith.at> |
Sun, 28 Nov 2021 11:27:08 +0100 | |
branch | stable |
changeset 48332 | e6aecc37bfbf |
parent 48331 | 477737ffc729 |
child 48333 | 5140461ee947 |
tests/test-fix.t | file | annotate | diff | comparison | revisions |
--- a/tests/test-fix.t Tue Nov 23 15:35:31 2021 +0530 +++ b/tests/test-fix.t Sun Nov 28 11:27:08 2021 +0100 @@ -1795,10 +1795,10 @@ > --config "fix.log:pattern=glob:**.log" $ cat $LOGFILE | sort | uniq -c - 4 bar.log - 4 baz.log - 3 foo.log - 2 qux.log + \s*4 bar.log (re) + \s*4 baz.log (re) + \s*3 foo.log (re) + \s*2 qux.log (re) $ cd ..