b0cc012d9ac81acb77b011cf2ca0a85dd6fb8f4a
[yangtools.git] / yang / yang-parser-impl / 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 }