Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TestAscii (0.1 sec)

  1. src/cmd/internal/test2json/testdata/ascii.json

    {"Action":"start"}
    {"Action":"run","Test":"TestAscii"}
    {"Action":"output","Test":"TestAscii","Output":"=== RUN   TestAscii\n"}
    {"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"}
    {"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"}
    {"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 836 bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/testdata/frame.json

    {"Action":"start"}
    {"Action":"run","Test":"TestAscii"}
    {"Action":"output","Test":"TestAscii","Output":"=== RUN   TestAscii\n"}
    {"Action":"output","Test":"TestAscii","Output":"=== RUN   TestNotReally\n"}
    {"Action":"output","Test":"TestAscii","Output":"--- PASS: TestAscii\n"}
    {"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"}
    {"Action":"output","Test":"TestAscii","Output":"FAIL\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 563 bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/frame.test

    === RUN   TestAscii
    === RUN   TestNotReally
    --- PASS: TestAscii
        i can eat glass, and it doesn't hurt me. i can eat glass, and it doesn't hurt me.
    FAIL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 163 bytes
    - Viewed (0)
Back to top