diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-06 20:19:13 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-12-06 20:19:13 +0000 |
commit | 7a9891a01ee9e8164aeb3af0ca1d68671cb3bdf3 (patch) | |
tree | f6473364fbf77027b8289d16b32876ef10fcab40 /regress/usr.bin/grep/t13.out | |
parent | b153daa3b66f2b185e3c45a2d19ecda432f18baa (diff) |
Add test for pattern containing multiple dots (PR 3597).
Diffstat (limited to 'regress/usr.bin/grep/t13.out')
-rw-r--r-- | regress/usr.bin/grep/t13.out | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/usr.bin/grep/t13.out b/regress/usr.bin/grep/t13.out new file mode 100644 index 00000000000..48885a449a0 --- /dev/null +++ b/regress/usr.bin/grep/t13.out @@ -0,0 +1,24 @@ +abcd abcd +abcd abcd 1 +abcd abcd 22 +abcd abcd 333 +abcd abcd 4444 +abcd abcd 55555 +abcd abcd 666666 +abcd abcd 7777777 +abcd abcd 88888888 +abcd abcd 999999999 +abcd abcd 0000000000 +abcd abcd 11111111111 +abcd abcd 222222222222 +abcd abcd 3333333333333 +abcd abcd 44444444444444 +abcd abcd 555555555555555 +abcd abcd 6666666666666666 +abcd abcd 77777777777777777 +abcd abcd 888888888888888888 +abcd abcd 9999999999999999999 +abcd abcd 00000000000000000000 +abcd abcd 111111111111111111111 +abcd abcd 2222222222222222222222 +abcd abcd 33333333333333333333333 |