Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6961 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     revision 2016-01-01;
5
6     include sub1-foo;
7     include sub2-foo;
8
9     leaf foo-leaf {
10         type string;
11     }
12 }