mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
Make c tests produce full output
This improves testing fidelity.
This commit is contained in:
@@ -595,7 +595,6 @@ hello
|
||||
check_output_posix!(
|
||||
text_change_line,
|
||||
[
|
||||
"-n",
|
||||
"-e",
|
||||
r#"
|
||||
8c\
|
||||
@@ -608,7 +607,6 @@ hello
|
||||
check_output_posix!(
|
||||
text_change_range,
|
||||
[
|
||||
"-n",
|
||||
"-e",
|
||||
r#"
|
||||
3,14c\
|
||||
|
||||
+13
@@ -1 +1,14 @@
|
||||
l1_1
|
||||
l1_2
|
||||
l1_3
|
||||
l1_4
|
||||
l1_5
|
||||
l1_6
|
||||
l1_7
|
||||
hello
|
||||
l1_9
|
||||
l1_10
|
||||
l1_11
|
||||
l1_12
|
||||
l1_13
|
||||
l1_14
|
||||
|
||||
+2
@@ -1 +1,3 @@
|
||||
l1_1
|
||||
l1_2
|
||||
hello
|
||||
|
||||
Reference in New Issue
Block a user