From 934f2a9a90c5cad3cdc8a66b50c17827a3ddbcee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 20 Jan 2018 13:46:11 +0200 Subject: Get rid of action rule override semantics Instead we now have two more or less separate match states for outer and inner parts of an action. --- doc/testscript.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/testscript.cli b/doc/testscript.cli index 7b3d472..666d553 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -39,10 +39,10 @@ target as a test along with passing options and arguments, providing the result. For example: \ +exe{hello}: file{names.txt}: test.stdin = true +exe{hello}: file{greetings.txt}: test.stdout = true exe{hello}: test.options = --greeting 'Hi' exe{hello}: test.arguments = - # Read names from stdin. -exe{hello}: test.input = names.txt -exe{hello}: test.output = greetings.txt \ This works well for simple, single-run tests. If, however, our testing -- cgit v1.1