OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkfieldcomments
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/go/parser/
parser_test.go
408
func
checkFieldComments
(t *testing.T, file *ast.File, fieldname, lead, line string) {
438
checkFieldComments
(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
439
checkFieldComments
(t, f, "T.F2", "// F2 lead// comment", "// F2 line comment")
440
checkFieldComments
(t, f, "T.f3", "// f3 lead comment", "// f3 line comment")
442
checkFieldComments
(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
443
checkFieldComments
(t, f, "T.F2", "// F2 lead// comment", "// F2 line comment")
/prebuilts/go/linux-x86/src/go/parser/
parser_test.go
408
func
checkFieldComments
(t *testing.T, file *ast.File, fieldname, lead, line string) {
438
checkFieldComments
(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
439
checkFieldComments
(t, f, "T.F2", "// F2 lead// comment", "// F2 line comment")
440
checkFieldComments
(t, f, "T.f3", "// f3 lead comment", "// f3 line comment")
442
checkFieldComments
(t, f, "T.F1", "/* F1 lead comment *///", "/* F1 */// line comment")
443
checkFieldComments
(t, f, "T.F2", "// F2 lead// comment", "// F2 line comment")
Completed in 101 milliseconds