Tests for class BindingGeneratorUtil
[yangtools.git] / code-generator / binding-generator-util / src / test / resources / module.yang
diff --git a/code-generator/binding-generator-util/src/test/resources/module.yang b/code-generator/binding-generator-util/src/test/resources/module.yang
new file mode 100644 (file)
index 0000000..928efa6
--- /dev/null
@@ -0,0 +1,22 @@
+module module-name-test {
+
+    namespace "urn:m*o+d,u;l=e.n/a-m@e.t$e#s't.case.1digit";
+    prefix "pref";
+
+    organization "OPEN DAYLIGHT";
+    contact "http://www.opendaylight.org/";
+
+    revision 2013-09-10 {
+    }
+    
+    typedef tpdf {
+       type string;
+    }
+    
+    container cont-outter {
+       container cont-inner {
+       }    
+    }
+    
+    
+}
\ No newline at end of file