clarify readme

This commit is contained in:
Andy Davidoff 2020-02-22 16:51:25 -05:00
parent 0393625a48
commit f6ac2ebbd7
1 changed files with 4 additions and 1 deletions

View File

@ -70,7 +70,10 @@ Specify command-line arguments as an escaped string in the following syntax:
``` ```
args="arg1 arg2 arg3" args="arg1 arg2 arg3"
``` ```
Each new `args` specification instantiates a new test execution with whatever the most recent outputs have been specified.
Each new `args` specification instantiates a new test execution with the most
recently-specified outputs.
``` ```
output="6" output="6"
args="2 * 3" args="2 * 3"