Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7879 / my-notification-types.yang
1 module my-notification-types {
2
3   namespace my-notif-types-ns;
4   prefix my-notif-types-pfx;
5
6   grouping my-notification {
7     container my-content;
8   }
9
10 }