github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/testscript/testdata/testscript_update_script_quote.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 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 --