Fix infinite loop in augment resolution
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / restconf / parser / deserializer / deserializer-test.yang
index ec8a825a30473f5d0a036b04b98699bc48582201..97ec334a815dfd05a403d90dcf49ad0d71523467 100644 (file)
@@ -90,5 +90,12 @@ module deserializer-test {
     leaf augmented-leaf {
       type string;
     }
+
+    list augmenting-list {
+      key id;
+      leaf id {
+        type int32;
+      }
+    }
   }
 }