Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLico (0.07 sec)

  1. src/cmd/internal/src/pos_test.go

    		}
    		if got := test.p.After(test.q); got != test.after {
    			t.Errorf("%s > %s: got %v; want %v", test.p, test.q, got, test.after)
    		}
    	}
    }
    
    func TestLico(t *testing.T) {
    	for _, test := range []struct {
    		x         lico
    		string    string
    		line, col uint
    	}{
    		{0, ":0", 0, 0},
    		{makeLico(0, 0), ":0", 0, 0},
    		{makeLico(0, 1), ":0:1", 0, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 14 23:50:26 UTC 2022
    - 8.4K bytes
    - Viewed (0)
Back to top