...

Text file src/github.com/rogpeppe/go-internal/testscript/testdata/testscript_update_script_quote.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 stdout '-- lookalike --'
     8>cmp stdout expect
     9>
    10>-- expect --
    11>wrong
    12-- testscript-new.txt --
    13>fprintargs stdout '-- lookalike --'
    14>cmp stdout expect
    15>
    16>-- expect --
    17>>-- lookalike --

View as plain text