Add the parent module of a submodule to the set of required lib sources
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7480 / lib / parent-mod.yang
diff --git a/yang/yang-parser-impl/src/test/resources/bugs/bug7480/lib/parent-mod.yang b/yang/yang-parser-impl/src/test/resources/bugs/bug7480/lib/parent-mod.yang
new file mode 100644 (file)
index 0000000..ef8ad8a
--- /dev/null
@@ -0,0 +1,10 @@
+module parent-mod {
+    namespace parent-mod-ns;
+    prefix pm;
+
+    include sub-mod;
+
+    revision 2017-09-07;
+
+    container my-parent-container {}
+}
\ No newline at end of file