1
0
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:
bluhm
2020-01-09 18:34:08 +00:00
parent 3003050ebb
commit d7dde21195
4 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
a
a
.
s/x*/a/g

1
bin/ed/test/s4.d Normal file
View File

@@ -0,0 +1 @@
a

1
bin/ed/test/s4.r Normal file
View File

@@ -0,0 +1 @@
ba

1
bin/ed/test/s4.t Normal file
View File

@@ -0,0 +1 @@
s/x*/b/g