Populate parser/ hierarchy
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / bug6870 / invalid10.yang
diff --git a/yang/yang-parser-rfc7950/src/test/resources/rfc7950/bug6870/invalid10.yang b/yang/yang-parser-rfc7950/src/test/resources/rfc7950/bug6870/invalid10.yang
deleted file mode 100644 (file)
index ce59371..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-module foo {
-    namespace "foo";
-    prefix foo;
-
-    container root {
-        leaf my-leaf {
-            type string {
-                pattern '[xX][mM][lL].*' {
-                    modifier invert-match;
-                }
-            }
-        }
-    }
-}