Added validation of range and length constraints.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile2.yang
index 904c8e66fd2c3d8dd8ad9dc2f32588604ffc867f..e594749508eade661824f002191d1287fd1c2ba8 100644 (file)
@@ -35,7 +35,7 @@ module types2 {
     
     typedef my-string-type {
         type my-custom-string {
-            length "5..10";
+            length "6..10";
         }
     }