...

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

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

     1env XXX='hello)'
     2grep ^${XXX@R}$ file.txt
     3
     4-- file.txt --
     5hello)

View as plain text