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