X-Git-Url: https://iankelling.org/git/?p=cedit;a=blobdiff_plain;f=test%2Ftest;fp=test%2Ftest;h=76eaea49e4619b9f4f334bfb2d25d66edeb03f38;hp=0000000000000000000000000000000000000000;hb=380c58f9dea11ac15a68e1cad81294b242ed0ae7;hpb=ea111cb6cc7fed09fc520aeca3a43fe194387688 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