Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for alphabetagamma (0.11 sec)

  1. src/strings/builder_test.go

    	b.WriteString("gamma")
    	check(t, &b, "alphabetagamma")
    	s3 := b.String()
    
    	// Check that subsequent operations didn't change the returned strings.
    	if want := "alpha"; s1 != want {
    		t.Errorf("first String result is now %q; want %q", s1, want)
    	}
    	if want := "alphabeta"; s2 != want {
    		t.Errorf("second String result is now %q; want %q", s2, want)
    	}
    	if want := "alphabetagamma"; s3 != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 19:51:15 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top