Bug 3876: Introduce support for XPath / XQuery queries on YANG Data
[yangtools.git] / yang / yang-data-jaxen / src / test / resources / test / documentTest / test2.yang
index 0eb8467dd4d6585e3cffb3c42b52603afe2332b4..c8cd38233608414f0e198aedce67034030d5691b 100644 (file)
@@ -46,12 +46,12 @@ module test2 {
                 }
             }
         }
-    }
 
-    container container-a {
-        container container-b {
-            leaf leaf-d {
-                type string;
+        container container-a {
+            container container-b {
+                leaf leaf-d {
+                    type string;
+                }
             }
         }
     }