Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for EAT (0.02 sec)

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

    {"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"}
    {"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"}
    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/ascii.test

    === RUN   TestAscii
    I can eat glass, and it doesn't hurt me. I can eat glass, and it doesn't hurt me.
    I CAN EAT GLASS, AND IT DOESN'T HURT ME. I CAN EAT GLASS, AND IT DOESN'T HURT ME.
    --- PASS: TestAscii
        i can eat glass, and it doesn't hurt me. i can eat glass, and it doesn't hurt me.
        V PNA RNG TYNFF, NAQ VG QBRFA'G UHEG ZR. V PNA RNG TYNFF, NAQ VG QBRFA'G UHEG ZR.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 17:55:43 UTC 2017
    - 381 bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/frame.json

    {"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"}
    {"Action":"pass","Test":"TestAscii"}
    {"Action":"output","Output":"PASS\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 563 bytes
    - Viewed (0)
  4. 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)
  5. src/cmd/go/testdata/mod/rsc.io_quote_v1.1.0.txt

    func Hello() string {
    	return "Hello, world."
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    -- quote_test.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/not-rsc.io_quote_v0.1.0-nomod.txt

    func Hello() string {
    	return "Hello, world."
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // Go returns a Go proverb.
    func Go() string {
    	return "Don't communicate by sharing memory, share memory by communicating."
    }
    -- quote_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 24 17:40:35 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/rsc.io_quote_v1.2.1.txt

    func Hello() string {
    	return "Hello, world."
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // Go returns a Go proverb.
    func Go() string {
    	return "Don't communicate by sharing memory, share memory by communicating."
    }
    -- quote_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.5K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_quote_v1.2.0.txt

    func Hello() string {
    	return "Hello, world."
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // Go returns a Go proverb.
    func Go() string {
    	return "Don't communicate by sharing memory, share memory by communicating."
    }
    -- quote_test.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.6K bytes
    - Viewed (0)
  9. src/embed/internal/embedtest/testdata/glass.txt

    I can eat glass and it doesn't hurt me....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 16:26:43 UTC 2020
    - 40 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/rsc.io_quote_v1.3.0.txt

    func Hello() string {
    	return "Hello, world."
    }
    
    // Glass returns a useful phrase for world travelers.
    func Glass() string {
    	// See http://www.oocities.org/nodotus/hbglass.html.
    	return "I can eat glass and it doesn't hurt me."
    }
    
    // Go returns a Go proverb.
    func Go() string {
    	return "Don't communicate by sharing memory, share memory by communicating."
    }
    
    // Opt returns an optimization truth.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 1.8K bytes
    - Viewed (0)
Back to top