Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / bug9242 / imp-module-2.yang
1 module imp-module-2 {
2     namespace imp2-ns;
3     prefix imp2;
4
5     revision 2017-10-13;
6
7     typedef new-type {
8         type string {
9             length 10..15;
10         }
11     }
12 }