Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestJSONInput (0.16 sec)

  1. internal/s3select/select_test.go

    				}
    
    				t.Errorf("received response does not match with expected reply\ngot: %#v\nwant:%#v\ndecoded:%s", w.response, testCase.expectedResult, string(got))
    			}
    		})
    	}
    }
    
    func TestJSONInput(t *testing.T) {
    	testTable := []struct {
    		requestXML     []byte
    		expectedResult []byte
    	}{
    		{
    			[]byte(`
    <?xml version="1.0" encoding="UTF-8"?>
    <SelectObjectContentRequest>
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
Back to top