Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/go/parser/parser_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	checkFieldComments(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
    	checkFieldComments(t, f, "T.F2", "// F2 lead// comment", "// F2 line comment")
    	checkFieldComments(t, f, "T.f3", "// f3 lead comment", "// f3 line comment")
    	checkFieldComments(t, f, "T.f4", "", "")
    	checkFieldComments(t, f, "T.f5", "", "// f5 line comment")
    	checkFieldComments(t, f, "T.f6", "", "/* f6 line comment */")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 20:26:14 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top