Home
last modified time | relevance | path

Searched refs:horizontalRule (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/compliance/cmd/textnotice/
Dtextnotice_test.go31 horizontalRule = regexp.MustCompile("^===[=]*===$") var
749 return horizontalRule.MatchString(line)
/build/make/tools/compliance/cmd/htmlnotice/
Dhtmlnotice_test.go32 horizontalRule = regexp.MustCompile(`^\s*<hr>\s*$`) var
958 return horizontalRule.MatchString(line)