Bug 3670 (part 3/5): Use of new statement parser in yang-maven-plugin
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug3799 / test_module.yang
diff --git a/yang/yang-parser-impl/src/test/resources/bugs/bug3799/test_module.yang b/yang/yang-parser-impl/src/test/resources/bugs/bug3799/test_module.yang
new file mode 100644 (file)
index 0000000..f0b30e3
--- /dev/null
@@ -0,0 +1,25 @@
+module test_module {\r
+\r
+    namespace "http://www.example.com/test";\r
+    prefix "test";\r
+\r
+    include "test_submodule";\r
+\r
+    organization "some organisation";\r
+\r
+    description\r
+        "Testing including a submodule with a different revision number";\r
+\r
+    revision 2014-06-15 {\r
+        description "some more changes";\r
+    }\r
+    revision 2013-06-15 {\r
+        description "some changes";\r
+    }\r
+\r
+    container some_container {\r
+\r
+        description\r
+                "some container";\r
+    }\r
+}\r