summaryrefslogtreecommitdiff
path: root/test/compose
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2014-06-30 12:22:50 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2014-06-30 12:22:50 +0200
commitd20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf (patch)
tree42173f19891a452bdf10b8b7769a457068ecbb7a /test/compose
parent7aa78d726a54fa57a8dc5ed973ab0b30eeba6bf3 (diff)
add testing framework
Diffstat (limited to 'test/compose')
-rw-r--r--test/compose/inline-sort/cmd1
-rw-r--r--test/compose/inline-sort/in1
-rw-r--r--test/compose/inline-sort/out1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/compose/inline-sort/cmd b/test/compose/inline-sort/cmd
new file mode 100644
index 00000000..152c6986
--- /dev/null
+++ b/test/compose/inline-sort/cmd
@@ -0,0 +1 @@
+<a-i>bs<space><ret>c<ret><esc><a-i>b|sort<ret><a-j>
diff --git a/test/compose/inline-sort/in b/test/compose/inline-sort/in
new file mode 100644
index 00000000..12583379
--- /dev/null
+++ b/test/compose/inline-sort/in
@@ -0,0 +1 @@
+(e d c b a)
diff --git a/test/compose/inline-sort/out b/test/compose/inline-sort/out
new file mode 100644
index 00000000..15c98f1a
--- /dev/null
+++ b/test/compose/inline-sort/out
@@ -0,0 +1 @@
+(a b c d e)