diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-16 11:23:36 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-16 11:23:36 +0100 |
commit | d3d5d96e6c17a4eaf409212b806e4d6a9d04f6c5 (patch) | |
tree | fc3030a0dd489770f960926a38e3f816d4408fd6 /tests | |
parent | 973479aa7fc254b887aed5fe6a57935648ee883c (diff) |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_exec.ed | 5 | ||||
-rw-r--r-- | tests/test_mark.ed | 4 | ||||
-rw-r--r-- | tests/testlist.txt | 1 |
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 |