Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noVetErrorf (0.5 sec)

  1. src/fmt/errors_test.go

    		wantText: "inner error with added context",
    	}, {
    		err:      noVetErrorf("%w is not an error", "not-an-error"),
    		wantText: "%!w(string=not-an-error) is not an error",
    	}, {
    		err:       noVetErrorf("wrapped two errors: %w %w", errString("1"), errString("2")),
    		wantText:  "wrapped two errors: 1 2",
    		wantSplit: []error{errString("1"), errString("2")},
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 18:40:40 UTC 2022
    - 3.6K bytes
    - Viewed (0)
Back to top