Fix invalid yang models
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / anydata / test-anydata.yang
index 1600e7ec45622d3729064f3099ba532922561505..e6b289773429d8433e21fbbb6d95af3e75eb78fd 100644 (file)
@@ -6,7 +6,7 @@ module test-anydata {
     organization "test.org";
     revision "2017-06-08";
 
-    container *my-cont {
+    container .my-cont {
       container my-inner-cont {
         leaf my-leaf {
           type string;
@@ -21,4 +21,4 @@ module test-anydata {
     anydata root-anydata {
        description "I am root anydata";
     }
-}
\ No newline at end of file
+}