diff options
Diffstat (limited to 'bin/ed/test/i.t')
-rw-r--r-- | bin/ed/test/i.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/ed/test/i.t b/bin/ed/test/i.t new file mode 100644 index 000000000000..d1d98057d882 --- /dev/null +++ b/bin/ed/test/i.t @@ -0,0 +1,9 @@ +1i +hello world +. +2i +hello world! +. +$i +hello world!! +. |