Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testQuerySemicolon (0.92 sec)

  1. src/net/http/serve_test.go

    	}
    	if got, want := resp.Code, StatusMovedPermanently; got != want {
    		t.Errorf("Expected response code %d; got %d", want, got)
    	}
    }
    
    // TestQuerySemicolon tests the behavior of semicolons in queries. See Issue 25192.
    func TestQuerySemicolon(t *testing.T) {
    	t.Cleanup(func() { afterTest(t) })
    
    	tests := []struct {
    		query              string
    		xNoSemicolons      string
    		xWithSemicolons    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top