We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59d96e commit 74ef170Copy full SHA for 74ef170
gotests/patterncheck/patterncheck.go
@@ -37,7 +37,7 @@ var (
37
// test cases specified for them. It ensures that the regexp compiles as a
38
// POSIX regular expression according to the OpenConfig style guide.
39
func CheckRegexps(yangfiles, paths []string) ([]string, error) {
40
- yangE, errs := yangentr.Parse(yangfiles, paths)
+ yangE, errs := yangentry.Parse(yangfiles, paths)
41
if len(errs) != 0 {
42
return nil, fmt.Errorf("could not parse modules: %v", errs)
43
}
0 commit comments