Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for abraham (0.08 sec)

  1. src/strings/replace_test.go

    		"abracadabra", "poof",
    		"abracadabrakazam", "splat",
    		"abraham", "lincoln",
    		"abrasion", "scrape",
    		"abraham", "isaac",
    	)
    	testCases = append(testCases,
    		testCase{gen3, "abracadabrakazam abraham", "poofkazam lincoln"},
    		testCase{gen3, "abrasion abracad", "scrape abracad"},
    		testCase{gen3, "abba abram abrasive", "abba abram abrasive"},
    		testCase{gen3, "", ""},
    	)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 22:53:05 UTC 2017
    - 14.1K bytes
    - Viewed (0)
  2. src/compress/gzip/gunzip_test.go

    			"died in vain — that this nation, under God, shall have a new\n" +
    			"birth of freedom — and that government of the people, by the\n" +
    			"people, for the people, shall not perish from this earth.\n" +
    			"\n" +
    			"Abraham Lincoln, November 19, 1863, Gettysburg, Pennsylvania\n",
    		[]byte{
    			0x1f, 0x8b, 0x08, 0x08, 0xd1, 0x12, 0x2b, 0x4a,
    			0x00, 0x03, 0x67, 0x65, 0x74, 0x74, 0x79, 0x73,
    			0x62, 0x75, 0x72, 0x67, 0x00, 0x65, 0x54, 0xcd,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 12 15:06:07 UTC 2022
    - 19.5K bytes
    - Viewed (0)
Back to top