From 652ef404582555d9f7fca855424108a57cdea3ad Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 30 May 2018 06:29:18 +0100 Subject: Reimplemented (and fixed) insert/append --- tests/test_insapp.ed | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/test_insapp.ed (limited to 'tests/test_insapp.ed') diff --git a/tests/test_insapp.ed b/tests/test_insapp.ed new file mode 100644 index 0000000..fffc3cd --- /dev/null +++ b/tests/test_insapp.ed @@ -0,0 +1,33 @@ +10i +this is a new line +. +1,20n +$i +this should be towards +the +end +. +$-10,$n +0i +head +. +1,3n +25a +another line here +and here +. +20,30n +0a +at +the beginning +. +1,10n +$ +a +...and at +the +end +. +$-10,$n +q +q -- cgit v1.2.3