github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/cmd/txtar-x/testdata/extract-stdin.txt (about)

     1  unquote file.txtar
     2  stdin file.txtar
     3  txtar-x
     4  cmp foo expect/foo
     5  cmp a/b/bar expect/a/b/bar
     6  
     7  -- file.txtar --
     8  >some comment
     9  >
    10  >-- foo --
    11  >foo
    12  >-- a/b/bar --
    13  >bar
    14  -- expect/foo --
    15  foo
    16  -- expect/a/b/bar --
    17  bar