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

     1  {"Action":"start"}
     2  {"Action":"run","Test":"TestAscii"}
     3  {"Action":"output","Test":"TestAscii","Output":"=== RUN   TestAscii\n"}
     4  {"Action":"output","Test":"TestAscii","Output":"=== RUN   TestNotReally\n"}
     5  {"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n"}
     6  {"Action":"output","Test":"TestAscii","Output":"    i can eat glass, and it doesn't hurt me. i can eat glass, and it doesn't hurt me.\n"}
     7  {"Action":"output","Test":"TestAscii","Output":"FAIL\n"}
     8  {"Action":"pass","Test":"TestAscii"}
     9  {"Action":"output","Output":"PASS\n"}
    10  {"Action":"pass"}
    11  

View as plain text