...

Text file src/github.com/rogpeppe/go-internal/cmd/txtar-c/testdata/needquote.txt

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

     1unquote blah/withsep
     2unquote expect
     3txtar-c blah
     4stderr 'txtar-c: blah.withsep: ignoring file with txtar marker in'
     5cmp stdout expect
     6
     7-- blah/withsep --
     8>-- separator --
     9>foo
    10-- blah/nosep --
    11bar
    12-- expect --
    13>-- nosep --
    14>bar

View as plain text