Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6669 / valid / test1 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     revision 2016-09-08;
6
7     container root {
8     }
9 }