Add expected output files, missed in previous commit. I hope our grep is
authoranton <anton@openbsd.org>
Thu, 16 Nov 2023 06:27:12 +0000 (06:27 +0000)
committeranton <anton@openbsd.org>
Thu, 16 Nov 2023 06:27:12 +0000 (06:27 +0000)
producing the wanted output at this point.

regress/usr.bin/grep/t28_1.out [new file with mode: 0644]
regress/usr.bin/grep/t28_2.out [new file with mode: 0644]
regress/usr.bin/grep/t28_3.out [new file with mode: 0644]
regress/usr.bin/grep/t28_4.out [new file with mode: 0644]
regress/usr.bin/grep/t28_5.out [new file with mode: 0644]
regress/usr.bin/grep/t28_6.out [new file with mode: 0644]
regress/usr.bin/grep/t28_7.out [new file with mode: 0644]
regress/usr.bin/grep/t28_8.out [new file with mode: 0644]

diff --git a/regress/usr.bin/grep/t28_1.out b/regress/usr.bin/grep/t28_1.out
new file mode 100644 (file)
index 0000000..6b74f11
--- /dev/null
@@ -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 (file)
index 0000000..f8bffdb
--- /dev/null
@@ -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 (file)
index 0000000..be40712
--- /dev/null
@@ -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 (file)
index 0000000..05ec505
--- /dev/null
@@ -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 (file)
index 0000000..9c5ea78
--- /dev/null
@@ -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 (file)
index 0000000..9f1a09b
--- /dev/null
@@ -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 (file)
index 0000000..d884d5a
--- /dev/null
@@ -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 (file)
index 0000000..6907e04
--- /dev/null
@@ -0,0 +1,4 @@
+x1y x2y x3y x4y - four matches here
+x5y x6y x7y - three here
+x8y x9y - two here
+x0y - one here