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

     1  unquote file1.txtar file2.txtar
     2  ! txtar-x file1.txtar
     3  stderr '"\.\./foo": outside parent directory'
     4  
     5  ! txtar-x file2.txtar
     6  stderr '"/foo": outside parent directory'
     7  
     8  -- file1.txtar --
     9  >-- ../foo --
    10  >foo
    11  -- file2.txtar --
    12  >-- /foo --
    13  >foo