github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/testscript/testdata/testscript_update_script_stderr.txt (about)

     1  unquote scripts/testscript.txt
     2  unquote testscript-new.txt
     3  testscript -update scripts
     4  cmp 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