Avoid module namespace/submodule name conflict when using lib sources
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7480 / main-source-lib-source-conflict-test / parent-module.yang
diff --git a/yang/yang-parser-impl/src/test/resources/bugs/bug7480/main-source-lib-source-conflict-test/parent-module.yang b/yang/yang-parser-impl/src/test/resources/bugs/bug7480/main-source-lib-source-conflict-test/parent-module.yang
new file mode 100644 (file)
index 0000000..677cb02
--- /dev/null
@@ -0,0 +1,8 @@
+module parent-module {
+    namespace pm-ns;
+    prefix pm;
+
+    include child-module;
+
+    container parent-mod-cont {}
+}
\ No newline at end of file