...

Text file src/github.com/rogpeppe/go-internal/testscript/testdata/hello.txt

Documentation: github.com/rogpeppe/go-internal/testscript/testdata

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

View as plain text