Bug 8307: Add the option for activating deviation statements
[yangtools.git] / yang / yang-parser-impl / src / test / resources / deviation-resolution-test / deviation-not-supported / imported.yang
index 162d0002d052e001e444c88037a904a0608d9b73..559fec247ea95ac23e469c43b52defaf2a4703d4 100644 (file)
@@ -4,6 +4,34 @@ module imported {
 
     revision 2017-01-20;
 
+    container my-cont-a {
+        leaf my-leaf-a1 {
+            type int8;
+        }
+
+        leaf my-leaf-a2 {
+            type int16;
+        }
+
+        leaf my-leaf-a3 {
+            type int32;
+        }
+    }
+
+    container my-cont-b {
+        leaf my-leaf-b1 {
+            type int8;
+        }
+
+        leaf my-leaf-b2 {
+            type int16;
+        }
+
+        leaf my-leaf-b3 {
+            type int32;
+        }
+    }
+
     container my-cont-c {
         leaf my-leaf-c1 {
             type int8;