Bug 9242: Reuse deviating statement contexts
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug9242 / imp-module.yang
diff --git a/yang/yang-parser-impl/src/test/resources/bugs/bug9242/imp-module.yang b/yang/yang-parser-impl/src/test/resources/bugs/bug9242/imp-module.yang
new file mode 100644 (file)
index 0000000..b26b6c5
--- /dev/null
@@ -0,0 +1,14 @@
+module imp-module {
+    namespace imp-ns;
+    prefix imp;
+
+    revision 2017-10-13;
+
+    leaf my-leaf {
+        type string;
+    }
+
+    leaf my-leaf-2 {
+        type string;
+    }
+}
\ No newline at end of file