github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/testscript/testdata/hello.txt (about)

     1  [!exec:cat] stop
     2  
     3  # hello world
     4  exec cat hello.text
     5  stdout 'hello world\n'
     6  ! stderr .
     7  
     8  -- hello.text --
     9  hello world