Bug 8307: Add the option for activating deviation statements
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug8307 / foo-invalid.yang
1 module foo {
2     namespace foo-ns;
3     prefix foo;
4
5     revision 2017-05-16;
6
7     deviation "/my-foo-cont" {
8         deviate not-supported;
9     }
10
11     container my-foo-cont {}
12 }