...

Text file src/cmd/internal/test2json/testdata/framefail.json

Documentation: cmd/internal/test2json/testdata

     1{"Action":"start"}
     2{"Action":"run","Test":"TestAscii"}
     3{"Action":"output","Test":"TestAscii","Output":"=== RUN   TestAscii\n","OutputType":"frame"}
     4{"Action":"output","Test":"TestAscii","Output":"foo\n"}
     5{"Action":"output","Test":"TestAscii","Output":"    one line\n","OutputType":"error"}
     6{"Action":"output","Test":"TestAscii","Output":"bar\n"}
     7{"Action":"output","Test":"TestAscii","Output":"    two\n","OutputType":"error"}
     8{"Action":"output","Test":"TestAscii","Output":"    lines\n","OutputType":"error-continue"}
     9{"Action":"output","Test":"TestAscii","Output":"baz"}
    10{"Action":"output","Test":"TestAscii","Output":"    same line\n","OutputType":"error"}
    11{"Action":"output","Test":"TestAscii","Output":"--- FAIL: TestAscii\n","OutputType":"frame"}

View as plain text