github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/cmd/txtar-c/testdata/needquote.txt (about) 1 unquote blah/withsep 2 unquote expect 3 txtar-c blah 4 stderr 'txtar-c: blah.withsep: ignoring file with txtar marker in' 5 cmp stdout expect 6 7 -- blah/withsep -- 8 >-- separator -- 9 >foo 10 -- blah/nosep -- 11 bar 12 -- expect -- 13 >-- nosep -- 14 >bar