Skip to content

--print generates invalid v2, v3 output #26

@simonmichael

Description

@simonmichael

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions