...

Text file src/github.com/rogpeppe/go-internal/cmd/txtar-x/testdata/extract-stdin.txt

Documentation: github.com/rogpeppe/go-internal/cmd/txtar-x/testdata

     1unquote file.txtar
     2stdin file.txtar
     3txtar-x
     4cmp foo expect/foo
     5cmp 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 --
    15foo
    16-- expect/a/b/bar --
    17bar

View as plain text