From 3a108937550d1a649e09763c2a6d18594b3022df Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Aug 2011 19:18:21 +0100 Subject: Add example that uses filename prefixes rather than subdir. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') diff --git a/README b/README index 0c24812..982791e 100644 --- a/README +++ b/README @@ -64,4 +64,14 @@ of files. If cmdtest finds a problem, it shows the "diff -u" output of the expected and actual outputs. +--- + + sorts-empty-file.stdin # "" + sorts-empty-file.stdout # "" + sorts-one-line.stdin # "abc\n" + sorts-one-line.stdout # "abc\n" + sorts-two-sorted-lines.stdin # "abc\ndef\n" + sorts-two-sorted-lines.stdout # "abc\ndef\n" + sorts-two-unsorted-lines.stdin # "def\nabc\n" + sorts-two-unsorted-lines.stdout # "abc\ndef\n" -- cgit v1.2.1