c0684413da78ac5cf23ec83531ca695d205eaa31
[yangtools.git] / yang / yang-parser-impl / src / test / resources / deviation-resolution-test / foo-invalid-deviation-path.yang
1 module foo {
2     namespace foo;
3     prefix foo;
4
5     revision 2017-01-20;
6
7     deviation "/invalid/path" {
8         deviate not-supported;
9     }
10
11     container my-cont {
12
13     }
14 }