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.
2 parents 6db945d + 40bacc4 commit e558d68Copy full SHA for e558d68
gotests/patterncheck/patterncheck.go
@@ -12,6 +12,9 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+// patterncheck provides functions to execute regular expression checks
16
+// defined in the OpenConfig yang modules against static test data to ensure
17
+// the yang regexes have their intended effect.
18
package patterncheck
19
20
import (
0 commit comments