Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLogue (0.08 sec)

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

    	} {
    		x := test.x
    		if got := formatstr("", x.Line(), x.Col(), true) + fmt.Sprintf(":%d", x.IsStmt()); got != test.string {
    			t.Errorf("%s: got %q", test.string, got)
    		}
    	}
    }
    
    func TestLogue(t *testing.T) {
    	defp := fmt.Sprintf(":%d", PosDefaultLogue)
    	pro := fmt.Sprintf(":%d", PosPrologueEnd)
    	epi := fmt.Sprintf(":%d", PosEpilogueBegin)
    
    	defs := fmt.Sprintf(":%d", PosDefaultStmt)
    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