github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/cmd/test2json/testdata/frame.json (about) 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"}