clarify grep version

This commit is contained in:
Denis Vlasenko 2008-05-02 13:26:18 +00:00
parent 32dcc53b71
commit 4e79049e10

View File

@ -26,7 +26,7 @@ testing "grep - (specify stdin)" "grep two -" "two\n" "" \
testing "grep input (specify file)" "grep two input" "two\n" \ testing "grep input (specify file)" "grep two input" "two\n" \
"one\ntwo\nthree\nthree\nthree\n" "" "one\ntwo\nthree\nthree\nthree\n" ""
# GNU grep (version?) outputs a new line character after the located string # GNU grep 2.5.3 outputs a new line character after the located string
# even if there is no new line character in the input # even if there is no new line character in the input
testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" "" testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" ""