From feab490f5f34bf8ecc52d2a439e68b3f2644ab47 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Nov 2016 09:34:59 +0200 Subject: Fix testscript grammar error --- doc/testscript.cli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/testscript.cli b/doc/testscript.cli index 146c932..6022d6c 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -759,10 +759,11 @@ command-if-body: *(variable-line|command-line) command-expr: command-pipe (('||'|'&&') command-pipe)* + *here-document + command-pipe: command ('|' command)* command: (' '+(|redirect|cleanup))* command-exit? - *here-document redirect: stdin|stdout|stderr -- cgit v1.1