mirror of
https://github.com/openbsd/src.git
synced 2026-04-24 14:14:37 +00:00
Rev 1.17 of sub.c removed infinite loop detection from s command.
Adapt substitute test to new ed(1) behavior. Note that substitute result from sed(1) is still different.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
a
|
||||
a
|
||||
.
|
||||
s/x*/a/g
|
||||
1
bin/ed/test/s4.d
Normal file
1
bin/ed/test/s4.d
Normal file
@@ -0,0 +1 @@
|
||||
a
|
||||
1
bin/ed/test/s4.r
Normal file
1
bin/ed/test/s4.r
Normal file
@@ -0,0 +1 @@
|
||||
ba
|
||||
1
bin/ed/test/s4.t
Normal file
1
bin/ed/test/s4.t
Normal file
@@ -0,0 +1 @@
|
||||
s/x*/b/g
|
||||
Reference in New Issue
Block a user