Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / basic-test / invalid-10.yang
1 module invalid-10 {
2     namespace "invalid-10";
3     prefix v;
4
5     container root {
6         notification root-notification {
7         }
8     }
9 }