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 f87fb23 + e558d68 commit b4e49a3Copy full SHA for b4e49a3
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