Renamed some files that were giving SUP trouble.
This commit is contained in:
parent
f3e9e39230
commit
e07ef14414
@ -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
0
bin/ed/test/bang1.d
Normal file
1
bin/ed/test/bang1.err
Normal file
1
bin/ed/test/bang1.err
Normal file
@ -0,0 +1 @@
|
||||
.!date
|
1
bin/ed/test/bang1.r
Normal file
1
bin/ed/test/bang1.r
Normal file
@ -0,0 +1 @@
|
||||
okay
|
5
bin/ed/test/bang1.t
Normal file
5
bin/ed/test/bang1.t
Normal file
@ -0,0 +1,5 @@
|
||||
!read one
|
||||
hello, world
|
||||
a
|
||||
okay
|
||||
.
|
1
bin/ed/test/bang2.err
Normal file
1
bin/ed/test/bang2.err
Normal file
@ -0,0 +1 @@
|
||||
!!
|
1
bin/ed/test/nl.err
Normal file
1
bin/ed/test/nl.err
Normal file
@ -0,0 +1 @@
|
||||
,1
|
5
bin/ed/test/nl1.d
Normal file
5
bin/ed/test/nl1.d
Normal file
@ -0,0 +1,5 @@
|
||||
line 1
|
||||
line 2
|
||||
line 3
|
||||
line 4
|
||||
line5
|
8
bin/ed/test/nl1.r
Normal file
8
bin/ed/test/nl1.r
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
hello world
|
||||
line 1
|
||||
line 2
|
||||
line 3
|
||||
line 4
|
||||
line5
|
8
bin/ed/test/nl1.t
Normal file
8
bin/ed/test/nl1.t
Normal file
@ -0,0 +1,8 @@
|
||||
1
|
||||
|
||||
|
||||
0a
|
||||
|
||||
|
||||
hello world
|
||||
.
|
5
bin/ed/test/nl2.d
Normal file
5
bin/ed/test/nl2.d
Normal file
@ -0,0 +1,5 @@
|
||||
line 1
|
||||
line 2
|
||||
line 3
|
||||
line 4
|
||||
line5
|
6
bin/ed/test/nl2.r
Normal file
6
bin/ed/test/nl2.r
Normal file
@ -0,0 +1,6 @@
|
||||
line 1
|
||||
line 2
|
||||
line 3
|
||||
line 4
|
||||
line5
|
||||
hello world
|
4
bin/ed/test/nl2.t
Normal file
4
bin/ed/test/nl2.t
Normal file
@ -0,0 +1,4 @@
|
||||
a
|
||||
hello world
|
||||
.
|
||||
0;/./
|
Loading…
Reference in New Issue
Block a user