Fix invalid yang models
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / generator / test-typedef.yang
index 152907871e349170059dedf4d95e7213f3da3002..59cd7ee9299679d71ca18812b765102a71434b89 100644 (file)
@@ -10,7 +10,7 @@ module test {
       type int8;
     }
 
-    container *my-cont {
+    container _.my-cont {
       container my-inner-cont {
         leaf my-leaf {
           type string;
@@ -32,7 +32,7 @@ module test {
     }
 
     grouping my-grouping {
-      container *my-cont {
+      container _.my-cont {
       }
     }
-}
\ No newline at end of file
+}