-
Couldn't load subscription status.
- Fork 12
Closed
Labels
Description
It always shows the command first, when it should be input first for formats 2 and 3. Eg:
$ cat a.test
false
<<<
input
>>>
>>>=1
$ shelltest a.test --print=v1
false
<<<
input
>>>= 1
$ shelltest a.test --print=v2
$$$ false
<<<
input
>>>= 1
$ shelltest a.test --print=v3
$ false
<
input
>= 1