Update Mdsal517Test a bit
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / resources / mdsal-517 / bar.yang
1 module bar {
2   yang-version 1.1;
3   namespace "bar";
4   prefix bar;
5
6   import foo {
7     prefix foo;
8   }
9
10   augment "/foo:foo-cont/foo:foo-act/foo:input" {
11     description
12       "An augmentation of a action input of module a";
13     leaf bar-aug-leaf {
14       type empty;
15     }
16   }
17 }