Renamed some files that were giving SUP trouble.

This commit is contained in:
Andrew Moore 1993-08-27 22:15:16 +00:00
parent 0bca9fd9dc
commit d20b621b11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340
13 changed files with 46 additions and 1 deletions

View file

@ -37,5 +37,5 @@ i1-err.ed
k1-err.ed
r1-err.ed
In addition, one of !1-err.ed or !2.ed will fail, depending on whether or
In addition, one of bang1-err.ed or bang2.ed will fail, depending on whether or
not ed was compiled with the VI_BANG directive.

0
bin/ed/test/bang1.d Normal file
View file

1
bin/ed/test/bang1.err Normal file
View file

@ -0,0 +1 @@
.!date

1
bin/ed/test/bang1.r Normal file
View file

@ -0,0 +1 @@
okay

5
bin/ed/test/bang1.t Normal file
View file

@ -0,0 +1,5 @@
!read one
hello, world
a
okay
.

1
bin/ed/test/bang2.err Normal file
View file

@ -0,0 +1 @@
!!

1
bin/ed/test/nl.err Normal file
View file

@ -0,0 +1 @@
,1

5
bin/ed/test/nl1.d Normal file
View file

@ -0,0 +1,5 @@
line 1
line 2
line 3
line 4
line5

8
bin/ed/test/nl1.r Normal file
View file

@ -0,0 +1,8 @@
hello world
line 1
line 2
line 3
line 4
line5

8
bin/ed/test/nl1.t Normal file
View file

@ -0,0 +1,8 @@
1
0a
hello world
.

5
bin/ed/test/nl2.d Normal file
View file

@ -0,0 +1,5 @@
line 1
line 2
line 3
line 4
line5

6
bin/ed/test/nl2.r Normal file
View file

@ -0,0 +1,6 @@
line 1
line 2
line 3
line 4
line5
hello world

4
bin/ed/test/nl2.t Normal file
View file

@ -0,0 +1,4 @@
a
hello world
.
0;/./