From d20d43bf3622fc4bb416cf2ca95d5cf0c4c88fcf Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Mon, 30 Jun 2014 12:22:50 +0200 Subject: add testing framework --- test/compose/inline-sort/cmd | 1 + test/compose/inline-sort/in | 1 + test/compose/inline-sort/out | 1 + 3 files changed, 3 insertions(+) create mode 100644 test/compose/inline-sort/cmd create mode 100644 test/compose/inline-sort/in create mode 100644 test/compose/inline-sort/out (limited to 'test/compose/inline-sort') 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 @@ +bscb|sort 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) -- cgit v1.2.3