Fixed tests. Added javadocs to yang-model-api.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile2.yang
index 1a7b45ecb153e71d33c90036b26e14d2b1fba45d..783c89b6177540fc4150eb2d861fd741f1649a31 100644 (file)
@@ -20,7 +20,7 @@ module types2 {
 
     typedef my-type1 {
         type my-base-int32-type {
-            range "11..max";
+            range "3..9|11..max";
         }
         units "mile";
         default "11";