From 6ca845cbdb5af8cb6c0ecdef31597f039f46fbb8 Mon Sep 17 00:00:00 2001 From: anton Date: Thu, 16 Nov 2023 06:27:12 +0000 Subject: [PATCH] Add expected output files, missed in previous commit. I hope our grep is producing the wanted output at this point. --- regress/usr.bin/grep/t28_1.out | 4 ++++ regress/usr.bin/grep/t28_2.out | 7 +++++++ regress/usr.bin/grep/t28_3.out | 9 +++++++++ regress/usr.bin/grep/t28_4.out | 10 ++++++++++ regress/usr.bin/grep/t28_5.out | 1 + regress/usr.bin/grep/t28_6.out | 2 ++ regress/usr.bin/grep/t28_7.out | 3 +++ regress/usr.bin/grep/t28_8.out | 4 ++++ 8 files changed, 40 insertions(+) create mode 100644 regress/usr.bin/grep/t28_1.out create mode 100644 regress/usr.bin/grep/t28_2.out create mode 100644 regress/usr.bin/grep/t28_3.out create mode 100644 regress/usr.bin/grep/t28_4.out create mode 100644 regress/usr.bin/grep/t28_5.out create mode 100644 regress/usr.bin/grep/t28_6.out create mode 100644 regress/usr.bin/grep/t28_7.out create mode 100644 regress/usr.bin/grep/t28_8.out diff --git a/regress/usr.bin/grep/t28_1.out b/regress/usr.bin/grep/t28_1.out new file mode 100644 index 00000000000..6b74f114d90 --- /dev/null +++ b/regress/usr.bin/grep/t28_1.out @@ -0,0 +1,4 @@ +x1y +x2y +x3y +x4y diff --git a/regress/usr.bin/grep/t28_2.out b/regress/usr.bin/grep/t28_2.out new file mode 100644 index 00000000000..f8bffdbed30 --- /dev/null +++ b/regress/usr.bin/grep/t28_2.out @@ -0,0 +1,7 @@ +x1y +x2y +x3y +x4y +x5y +x6y +x7y diff --git a/regress/usr.bin/grep/t28_3.out b/regress/usr.bin/grep/t28_3.out new file mode 100644 index 00000000000..be40712c7bd --- /dev/null +++ b/regress/usr.bin/grep/t28_3.out @@ -0,0 +1,9 @@ +x1y +x2y +x3y +x4y +x5y +x6y +x7y +x8y +x9y diff --git a/regress/usr.bin/grep/t28_4.out b/regress/usr.bin/grep/t28_4.out new file mode 100644 index 00000000000..05ec5056b04 --- /dev/null +++ b/regress/usr.bin/grep/t28_4.out @@ -0,0 +1,10 @@ +x1y +x2y +x3y +x4y +x5y +x6y +x7y +x8y +x9y +x0y diff --git a/regress/usr.bin/grep/t28_5.out b/regress/usr.bin/grep/t28_5.out new file mode 100644 index 00000000000..9c5ea789933 --- /dev/null +++ b/regress/usr.bin/grep/t28_5.out @@ -0,0 +1 @@ +x1y x2y x3y x4y - four matches here diff --git a/regress/usr.bin/grep/t28_6.out b/regress/usr.bin/grep/t28_6.out new file mode 100644 index 00000000000..9f1a09b751f --- /dev/null +++ b/regress/usr.bin/grep/t28_6.out @@ -0,0 +1,2 @@ +x1y x2y x3y x4y - four matches here +x5y x6y x7y - three here diff --git a/regress/usr.bin/grep/t28_7.out b/regress/usr.bin/grep/t28_7.out new file mode 100644 index 00000000000..d884d5a23d4 --- /dev/null +++ b/regress/usr.bin/grep/t28_7.out @@ -0,0 +1,3 @@ +x1y x2y x3y x4y - four matches here +x5y x6y x7y - three here +x8y x9y - two here diff --git a/regress/usr.bin/grep/t28_8.out b/regress/usr.bin/grep/t28_8.out new file mode 100644 index 00000000000..6907e04589c --- /dev/null +++ b/regress/usr.bin/grep/t28_8.out @@ -0,0 +1,4 @@ +x1y x2y x3y x4y - four matches here +x5y x6y x7y - three here +x8y x9y - two here +x0y - one here -- 2.20.1