From 380c58f9dea11ac15a68e1cad81294b242ed0ae7 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 31 May 2021 23:03:46 -0400 Subject: [PATCH] add basic manual test --- test/test | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 test/test diff --git a/test/test b/test/test new file mode 100755 index 0000000..76eaea4 --- /dev/null +++ b/test/test @@ -0,0 +1,39 @@ +#!/bin/bash + +cd $(mktemp -d) + +cat >f <<'EOF' +this +little +EOF + + +cedit -v f <<'EOF' +piggy +went +to +market +EOF + + +cedit -v sec2 f <<'EOF' +another little piggy +stayed home +EOF + +cat >>f <<'EOF' +wee wee wee +EOF + +cedit -v f <<'EOF' +piggy +went +to +market +EOF + + +cedit -v sec2 f <<'EOF' +another little piggy +stayed home +EOF -- 2.30.2