d1c2734e3063bcf1b6d0c4f47456798fc9aaf147
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7954 / bar.yang
1 module bar {
2     namespace bar-ns;
3     prefix bar-prefix;
4
5     include subbar {
6         revision-date 2017-03-14;
7     }
8
9     revision 2017-03-14;
10
11     container my-cont {
12         leaf my-leaf {
13             type string;
14         }
15     }
16 }