summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_exec.ed5
-rw-r--r--tests/test_mark.ed4
-rw-r--r--tests/testlist.txt1
3 files changed, 9 insertions, 1 deletions
diff --git a/tests/test_exec.ed b/tests/test_exec.ed
new file mode 100644
index 0000000..935bd78
--- /dev/null
+++ b/tests/test_exec.ed
@@ -0,0 +1,5 @@
+!ls
+!ls -l
+! head pippo.c
+q
+q
diff --git a/tests/test_mark.ed b/tests/test_mark.ed
index df53f50..478bc3a 100644
--- a/tests/test_mark.ed
+++ b/tests/test_mark.ed
@@ -4,8 +4,10 @@
40kd
'a,'bn
'b,'dp
-'c','bn
+'c,'bn
'a+3
'b-4
'c++--
+'c'
+''a,'b'n
Q
diff --git a/tests/testlist.txt b/tests/testlist.txt
index 73a345c..d5f6d2a 100644
--- a/tests/testlist.txt
+++ b/tests/testlist.txt
@@ -7,3 +7,4 @@ test_tm.ed pippo.c
test_ew.ed pippo.c
test_comment.ed pippo.c
test_mark.ed pippo.c
+test_exec.ed pippo.c