...

Text file src/github.com/rogpeppe/go-internal/testscript/testdata/testscript_update_script_stderr.txt

Documentation: github.com/rogpeppe/go-internal/testscript/testdata

     1unquote scripts/testscript.txt
     2unquote testscript-new.txt
     3testscript -update scripts
     4cmp scripts/testscript.txt testscript-new.txt
     5
     6-- scripts/testscript.txt --
     7>fprintargs stderr right
     8>cmp stderr expect
     9>
    10>-- expect --
    11>wrong
    12-- testscript-new.txt --
    13>fprintargs stderr right
    14>cmp stderr expect
    15>
    16>-- expect --
    17>right

View as plain text